Skip to content

Commit 8e9a3be

Browse files
limit mujoco<3.0 (#187)
* Update pyproject.toml * Update pyproject.toml * Update pyproject.toml * typo fix * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml
1 parent 5a665ab commit 8e9a3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
'Topic :: Scientific/Engineering :: Artificial Intelligence',
2525
]
2626
dependencies = [
27-
"mujoco>=2.3.3",
27+
"mujoco>=2.3.3, <3.0",
2828
"numpy>=1.21.0",
2929
"gymnasium>=0.26",
3030
"PettingZoo>=1.23.0",

0 commit comments

Comments
 (0)