Skip to content

Commit 43f1c53

Browse files
committed
Update SB3 version, add pandas to plot requires
1 parent fa5daa8 commit 43f1c53

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Release 2.9.0a2 (WIP)
2+
3+
### Breaking Changes
4+
- Upgraded to SB3 >= 2.9.0, added pandas to extra "plots" dependencies
5+
6+
### New Features
7+
8+
### Bug fixes
9+
10+
### Documentation
11+
12+
### Other
13+
14+
115
## Release 2.8.0 (2026-04-01)
216

317
### Breaking Changes

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gym==0.26.2
2-
stable-baselines3[extra,tests,docs]>=2.8.0,<3.0
2+
stable-baselines3[extra,tests,docs]>=2.9.0a2,<3.0
33
box2d-py==2.3.8
44
pybullet_envs_gymnasium>=0.6.0
55
# minigrid

rl_zoo3/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0
1+
2.9.0a2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See https://github.com/DLR-RM/rl-baselines3-zoo
1616
"""
1717
install_requires = [
18-
"sb3_contrib>=2.8.0,<3.0",
18+
"sb3_contrib>=2.9.0a2,<3.0",
1919
"gymnasium>=0.29.1,<1.3.0",
2020
"huggingface_sb3>=3.0,<4.0",
2121
"tqdm",
@@ -25,7 +25,7 @@
2525
"pytablewriter~=1.2",
2626
"shimmy~=2.0",
2727
]
28-
plots_requires = ["seaborn", "rliable~=1.2.0", "scipy~=1.10"]
28+
plots_requires = ["seaborn", "rliable~=1.2.0", "scipy~=1.10", "pandas>=2.2"]
2929
test_requires = [
3030
# for MuJoCo envs v4:
3131
"mujoco>=2.3,<4",

0 commit comments

Comments
 (0)