Skip to content

Commit

Permalink
fix: fixed conflict on macos bigsur
Browse files Browse the repository at this point in the history
when use macos, version big sur
nes-py module is only running on pyglet>=1.5.1
openai/gym#2101
  • Loading branch information
koojongin committed Jul 27, 2021
1 parent 6e5d025 commit 17ce6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gym>=0.17.2
numpy>=1.18.5
pyglet<=1.5.0,>=1.4.0
pyglet<=1.5.1,>=1.4.0
tqdm>=4.48.2
twine>=1.11.0

0 comments on commit 17ce6cc

Please sign in to comment.