Skip to content

Commit 7b4465b

Browse files
authored
Bump version (#162)
1 parent 0955752 commit 7b4465b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Release 1.2.0a0 (WIP)
1+
## Release 1.2.0 (2021-09-08)
22

33
### Breaking Changes
4+
- Upgrade to Stable-Baselines3 (SB3) >= 1.2.0
5+
- Upgrade to sb3-contrib >= 1.2.0
46

57
### New Features
68

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
stable-baselines3[extra,tests,docs]>=1.1.0a11
1+
stable-baselines3[extra,tests,docs]>=1.2.0
22
box2d-py==2.3.8
33
pybullet
44
gym-minigrid
@@ -7,7 +7,7 @@ optuna
77
pytablewriter
88
seaborn
99
pyyaml>=5.1
10-
sb3-contrib>=1.1.0a11
10+
sb3-contrib>=1.2.0
1111
cloudpickle>=1.5.0
1212
# tmp fix: ROM missing in newest release
1313
atari-py==0.2.6

0 commit comments

Comments
 (0)