Skip to content

Commit

Permalink
remove bullet extra, constrain gym version to be >= 0.10.0 (#885)
Browse files Browse the repository at this point in the history
* remove bullet extra, constrain gym version to be >= 0.10.0

* constrain gym version from above
  • Loading branch information
pzhokhov committed Apr 26, 2019
1 parent a07fad9 commit 3301089
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
'pytest-forked',
'atari-py'
],
'bullet': [
'pybullet',
],
'mpi': [
'mpi4py'
]
Expand All @@ -32,7 +29,7 @@
packages=[package for package in find_packages()
if package.startswith('baselines')],
install_requires=[
'gym',
'gym>=0.10.0, <1.0.0',
'scipy',
'tqdm',
'joblib',
Expand Down

0 comments on commit 3301089

Please sign in to comment.