Skip to content

Commit

Permalink
fix pyglet version to resolve mismatch with gym on install
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Aug 26, 2020
1 parent 283f521 commit a26e09e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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.5
tqdm>=4.32.2
numpy>=1.19.1
pyglet<=1.5.0,>=1.4.0
tqdm>=4.48.2
twine>=1.11.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
zip_safe=False,
install_requires=[
'gym>=0.17.2',
'numpy>=1.18.5',
'pyglet>=1.5.5',
'tqdm>=4.32.2',
'numpy>=1.19.1',
'pyglet<=1.5.0,>=1.4.0',
'tqdm>=4.48.2',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit a26e09e

Please sign in to comment.