mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Update Pillow Python Library for CVE-2020-35653 & CVE-2021-27921 (#2189)
* Update setup.py * Update setup.py * Update setup.py
This commit is contained in:
committed by
GitHub
parent
151ba406eb
commit
a5a6ae6bc0
6
setup.py
6
setup.py
@@ -29,7 +29,11 @@ setup(name='gym',
|
||||
if package.startswith('gym')],
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
'scipy', 'numpy>=1.10.4', 'pyglet>=1.4.0,<=1.5.0', 'Pillow<=7.2.0', 'cloudpickle>=1.2.0,<1.7.0',
|
||||
'scipy',
|
||||
'numpy>=1.10.4',
|
||||
'pyglet>=1.4.0,<=1.5.15',
|
||||
'Pillow<=8.2.0',
|
||||
'cloudpickle>=1.2.0,<1.7.0',
|
||||
],
|
||||
extras_require=extras,
|
||||
package_data={'gym': [
|
||||
|
Reference in New Issue
Block a user