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 authored Sep 11, 2020
1 parent abb815c commit 75b5fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 75b5fab

Please sign in to comment.