Skip to content

Commit

Permalink
Updated gym required version and added numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Sep 19, 2019
1 parent d612db5 commit ccd50bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
license="LGPL",
platforms='any',
python_requires='>=3.6',
install_requires=['gym >= 0.11'],
install_requires=[
'gym >= 0.13.1',
'numpy',
],
packages=find_packages(),
)

0 comments on commit ccd50bc

Please sign in to comment.