Skip to content

Commit

Permalink
Update README.md (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigodelazcano authored Sep 8, 2022
1 parent 263c99d commit 3574baa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ implementation can be found [in this repository](https://github.com/lcswillems/t

Requirements:
- Python 3.7 to 3.10
- OpenAI Gym v0.22 to v0.25
- OpenAI Gym v0.26
- NumPy 1.18+
- Matplotlib (optional, only needed for display) - 3.0+

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.18.0
gym>=0.22,<=0.26
gym>=0.26
matplotlib>=3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
"gym>=0.22,<=0.26",
"gym>=0.26",
"numpy>=1.18.0",
"matplotlib>=3.0",
],
Expand Down

0 comments on commit 3574baa

Please sign in to comment.