Skip to content

Commit eba79ae

Browse files
authored
Limit gym version (#305)
* Gym 0.26 recently introduced breaking changes. Limit version to <0.26 for now. * Bump version
1 parent 9fb7444 commit eba79ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mementos>=1.3.1
1313
prompt_toolkit
1414

1515
# For gym support
16-
gym>=0.10.11
16+
gym>=0.10.11,<0.26
1717

1818
# For visualization
1919
pybars3>=0.9.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ mementos>=1.3.1
1313
prompt_toolkit
1414

1515
# For gym support
16-
gym>=0.10.11
16+
gym>=0.10.11,<0.26

textworld/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__version__ = '1.5.3'
2-
__prerelease__ = '1.5.3rc1'
2+
__prerelease__ = '1.5.3rc2'

0 commit comments

Comments
 (0)