From d920ce22be94a158d96edd1caa27a6b480cb3b3d Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Sat, 12 Sep 2020 00:02:20 +0200 Subject: [PATCH] Extend cloudpickle version range (#2032) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd7235899bf..1bc47f62b38 100644 --- a/setup.py +++ b/setup.py @@ -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': [