Skip to content

Commit

Permalink
fix numpy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Aug 26, 2020
1 parent d06a5a8 commit 6e5d025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.19.1
numpy>=1.18.5
pyglet<=1.5.0,>=1.4.0
tqdm>=4.48.2
twine>=1.11.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name='nes_py',
version='8.1.5',
version='8.1.6',
description='An NES Emulator and OpenAI Gym interface',
long_description=README,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -69,7 +69,7 @@
zip_safe=False,
install_requires=[
'gym>=0.17.2',
'numpy>=1.19.1',
'numpy>=1.18.5',
'pyglet<=1.5.0,>=1.4.0',
'tqdm>=4.48.2',
],
Expand Down

0 comments on commit 6e5d025

Please sign in to comment.