Skip to content

Commit

Permalink
Extend cloudpickle version range (openai#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Sep 11, 2020
1 parent 1766899 commit d920ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
if package.startswith('gym')],
zip_safe=False,
install_requires=[
'scipy', 'numpy>=1.10.4', 'pyglet>=1.4.0,<=1.5.0', 'cloudpickle>=1.2.0,<1.4.0',
'scipy', 'numpy>=1.10.4', 'pyglet>=1.4.0,<=1.5.0', 'cloudpickle>=1.2.0,<1.7.0',
],
extras_require=extras,
package_data={'gym': [
Expand Down

0 comments on commit d920ce2

Please sign in to comment.