Skip to content

Commit

Permalink
fix gym to fork (#307)
Browse files Browse the repository at this point in the history
* fix gym to fork

* fix path to gym

* fix path to gym

* update pygame to pygame-ce

* update pygame to pygame-ce

---------

Co-authored-by: Ju T <53004817+JulienT01@users.noreply.github.com>
  • Loading branch information
TimotheeMathieu and JulienT01 authored May 4, 2023
1 parent 2a42ffe commit 9116ac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy>=1.17
scipy>=1.6
pygame
pygame-ce
matplotlib
seaborn
pandas
gym[accept-rom-license]==0.21.0
gym[accept-rom-license] @ git+https://github.com/rlberry-py/gym_fix_021
dill
docopt
pyyaml
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
install_requires = [
"numpy>=1.17",
"scipy>=1.6",
"pygame",
"pygame-ce",
"matplotlib",
"seaborn",
"pandas",
"gym[accept-rom-license]==0.21.0",
"gym[accept-rom-license] @ git+https://github.com/rlberry-py/gym_fix_021",
"dill",
"docopt",
"pyyaml",
Expand Down

0 comments on commit 9116ac1

Please sign in to comment.