mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
Pick up a newer version of Cloudpickle, which fixes https://github.com/cloudpipe/cloudpickle/issues/82 (#1816)
This commit is contained in:
2
setup.py
2
setup.py
@@ -28,7 +28,7 @@ setup(name='gym',
|
||||
if package.startswith('gym')],
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
'scipy', 'numpy>=1.10.4', 'six', 'pyglet>=1.4.0,<=1.5.0', 'cloudpickle~=1.2.0',
|
||||
'scipy', 'numpy>=1.10.4', 'six', 'pyglet>=1.4.0,<=1.5.0', 'cloudpickle~=1.3.0',
|
||||
'enum34~=1.1.6;python_version<"3.4"',
|
||||
],
|
||||
extras_require=extras,
|
||||
|
Reference in New Issue
Block a user