Skip to content

Commit

Permalink
Bump the ale-py version (openai#2832)
Browse files Browse the repository at this point in the history
* Up the ale-py version

* Updates the ale-py version
  • Loading branch information
pseudo-rnd-thoughts authored May 24, 2022
1 parent 3e006f3 commit bbf8f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ale-py~=0.7
ale-py~=0.7.5
opencv-python>=3.0
box2d-py==2.3.5
scipy>=1.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Environment-specific dependencies.
extras = {
"atari": ["ale-py~=0.7.4"],
"atari": ["ale-py~=0.7.5"],
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0"],
"classic_control": ["pygame==2.1.0"],
Expand Down

0 comments on commit bbf8f5a

Please sign in to comment.