Skip to content

Commit

Permalink
Limit gym version (#305)
Browse files Browse the repository at this point in the history
* Gym 0.26 recently introduced breaking changes. Limit version to <0.26 for now.

* Bump version
  • Loading branch information
MarcCote committed Sep 17, 2022
1 parent 9fb7444 commit eba79ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mementos>=1.3.1
prompt_toolkit

# For gym support
gym>=0.10.11
gym>=0.10.11,<0.26

# For visualization
pybars3>=0.9.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mementos>=1.3.1
prompt_toolkit

# For gym support
gym>=0.10.11
gym>=0.10.11,<0.26
2 changes: 1 addition & 1 deletion textworld/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.5.3'
__prerelease__ = '1.5.3rc1'
__prerelease__ = '1.5.3rc2'

0 comments on commit eba79ae

Please sign in to comment.