Skip to content

Commit

Permalink
remove bullet extra, constrain gym version to be >= 0.10.0 (openai#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 authored and rkojcev committed May 9, 2019
1 parent dc39603 commit 2213e0e
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 @@ -15,9 +15,6 @@
'pytest-forked',
'atari-py'
],
'bullet': [
'pybullet',
],
'mpi': [
'mpi4py'
]
Expand All @@ -33,7 +30,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 2213e0e

Please sign in to comment.