Skip to content

Commit 93f20ec

Browse files
committedJan 16, 2025
Update packages
1 parent 176616e commit 93f20ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ dev = [
7474
"autoflake==2.2.1",
7575
"ruff==0.1.11",
7676
]
77-
mujoco = ["mujoco>=2.3.3", "gymnasium[mujoco]==0.29.*"]
77+
mujoco = ["mujoco>=2.3.3", "gymnasium[mujoco]==1.0.0"]
7878
dmc = ["dm_control>=1.0.12"]
79-
box2d = ["gymnasium[box2d]==0.29.*"]
79+
box2d = ["gymnasium[box2d]==1.0.0"]
8080
atari = [
81-
"gymnasium[atari]==0.29.*",
82-
"gymnasium[accept-rom-license]==0.29.*",
83-
"gymnasium[other]==0.29.*",
81+
"gymnasium[atari]==1.0.0",
82+
"gymnasium[accept-rom-license]==1.0.0",
83+
"gymnasium[other]==1.0.0",
8484
]
8585
minedojo = ["minedojo==0.1", "importlib_resources==5.12.0", "gym==0.21.0"]
8686
minerl = ["setuptools==66.0.0", "minerl==0.4.4", "gym==0.19.0"]

0 commit comments

Comments
 (0)