build(deps-dev): bump the rl-dependencies group with 6 updates#18
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps-dev): bump the rl-dependencies group with 6 updates#18dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [gymnasium](https://github.com/Farama-Foundation/Gymnasium), [rich](https://github.com/Textualize/rich), [stable-baselines3](https://github.com/DLR-RM/stable-baselines3), [tensorboard](https://github.com/tensorflow/tensorboard), [torch](https://github.com/pytorch/pytorch) and [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. Updates `gymnasium` to 1.3.0 - [Release notes](https://github.com/Farama-Foundation/Gymnasium/releases) - [Commits](Farama-Foundation/Gymnasium@v1.0.0...v1.3.0) Updates `rich` to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.0...v15.0.0) Updates `stable-baselines3` to 2.9.0 - [Release notes](https://github.com/DLR-RM/stable-baselines3/releases) - [Commits](DLR-RM/stable-baselines3@v2.4.0...v2.9.0) Updates `tensorboard` to 2.20.0 - [Release notes](https://github.com/tensorflow/tensorboard/releases) - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md) - [Commits](tensorflow/tensorboard@2.18.0...2.20.0) Updates `torch` to 2.12.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@ciflow/torchtitan/133296...v2.12.0) Updates `tqdm` to 4.68.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.0...v4.68.3) --- updated-dependencies: - dependency-name: gymnasium dependency-version: 1.3.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: stable-baselines3 dependency-version: 2.9.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: tensorboard dependency-version: 2.20.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: tqdm dependency-version: 4.68.3 dependency-type: direct:development dependency-group: rl-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on gymnasium, rich, stable-baselines3, tensorboard, torch and tqdm to permit the latest version.
Updates
gymnasiumto 1.3.0Release notes
Sourced from gymnasium's releases.
Commits
eb5c00eUpdate to use Taxi-v44436f89fix incorrectTypeVaruse incoreforRenderFrame(#1560)877ba30Update to 1.3.0c3b809fUpdate Taxi to V4 and fixis_rainyimplementation (#1561)9e6f855AddRepeatActionwrapper (#1553)1532e66Add external environment Hill Climb Racing Env (#1554)df8704cAdd boltcrypt to third party environments (#1557)01c0d39Add external environment firecastrl (wildfire env) (#1551)9edc68eFix spelling intest_mujoco_v5.py(#1550)a31fa4bChange action seed forMuJoCo/test_verify_reward_survivetest, to be valid ...Updates
richto 15.0.0Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
... (truncated)
Commits
6ac483ccorrection458a910Merge pull request #4080 from Textualize/bump150082e06e0changelogd6556bcbump to 15.0.0ffe2edcMerge pull request #4079 from Textualize/inline-table-codecf3b5a1changelog77f0edbremove comments7ef2d05fix inline code in table cells19c67b9Merge pull request #4077 from Textualize/isattry494b795changelogUpdates
stable-baselines3to 2.9.0Commits
8908708Release v2.9.0 (#2262)e05d2dbFix condition in workflow8406a7eAdd PyPi auto-publish workflow (#2261)597a883Bump minimum torch version from 2.3 to 2.8 to address GHSA-887c-mr87-cxwp (#2...10dda86Add changelog for custom rollout buffer class support in sbx (#2251)5f6003bUpdate links in doc, fix broken links and move to https when possible (#2254)40da841Fix Taxi-v3 deprecation in tests (gymnasium 1.3.0 compatibility) (#2247)08d984cMove pandas and matplotlib to optional extras (#2244)499b424Optimize tests (~1.8x faster to run) (#2243)46a2c5aDoc update (torch.compile, RL tips, grammar) and relax Gymnasium upper boun...Updates
tensorboardto 2.20.0Release notes
Sourced from tensorboard's releases.
Changelog
Sourced from tensorboard's changelog.
... (truncated)
Commits
474d3eeTensorBoard 2.20.016ba625Release notes for TensorBoard 2.20.08984188Pin TF for 2.20 branchedef719Updates TF compat protosb94d929Replaces uses of deprecated imghdr with Pillow to detect image MIME types (#7...3aee8d8Updates (vendored) bleach to 6.2.0 and removes dependencies onsixand `htm...b0a4e02Remove deprecated call to flatDoc.normalize (#7011)d1c5820Replaces deprecated use of numpy#fromstring method with #frombuffer (#7004)f0f86bdLSC with style fix for material icon. (#7001)2f7e250"Fix" an issue with pytype timeouts (#7000)Updates
torchto 2.12.0Release notes
Sourced from torch's releases.
... (truncated)
Changelog
Sourced from torch's changelog.
... (truncated)
Commits
0d62256[release] Dockerfile: skip torchaudio install when CUDA_PATH=cu132 (#183346)7661cd9[MPS] Fix SDPA wrong output for permuted q/k/v with B > 1 (#181886)9da6087Fix stale PYTORCH_RELEASES_CODE_CC dict (fixes #182250) (#182369)e4c37ccAvoid raw stream name collisions in Inductor (#182178)822d047[MPS] Fix bool mask handling in 1-pass SDPA decode kernel (#182285) (#182311)5c5e523Add enable_gqa parameter to SDPA MPS meta registration (#181550)eece52e[AOTI] Add BC-safe c_shim v2 for _scaled_dot_product_attention_math_for_mps e...b39330b[Inductor] Call latest c_shim version for versioned fallback ops (#181548)06f10d0Revert "[FSDP2] add fqn to communication ops" (#182100) (#182157)449e339Revert "[Inductor] Improve materialization heuristic for a chain of computaio...Updates
tqdmto 4.68.3Release notes
Sourced from tqdm's releases.
Commits
9aff609bump version, merge pull request #1763 from tqdm/jupyterlite9872f80drop date from snap version str to fix pydanticb829334support QtConsole, Spyder, JupyterLite6fa4867delay os.get_terminal_size748e107linte6e29ebmove tox.ini -> pyproject.toml617e4fatox-gh-actions -> tox-ghc49c50dadd python 3.14, drop python 3.7 supportfa2bcdbpre-commit: tqdm.11ec7988auto git-fameDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions