mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Update to gymnasium notices (#14)
This commit is contained in:
4
setup.py
4
setup.py
@@ -15,7 +15,7 @@ with open("gymnasium/version.py") as file:
|
||||
extras = {
|
||||
"atari": ["ale-py~=0.8.0"],
|
||||
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
|
||||
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
|
||||
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
|
||||
"classic_control": ["pygame==2.1.0"],
|
||||
"mujoco_py": ["mujoco_py<2.2,>=2.1"],
|
||||
"mujoco": ["mujoco==2.2.0", "imageio>=2.14.1"],
|
||||
@@ -65,7 +65,7 @@ setup(
|
||||
"numpy >= 1.18.0",
|
||||
"cloudpickle >= 1.2.0",
|
||||
"importlib_metadata >= 4.8.0; python_version < '3.10'",
|
||||
"gym_notices >= 0.0.4",
|
||||
"gymnasium_notices >= 0.0.1",
|
||||
"dataclasses == 0.8; python_version == '3.6'",
|
||||
],
|
||||
license="MIT",
|
||||
|
Reference in New Issue
Block a user