Skip to content

Commit

Permalink
v1.22.3 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigodelazcano authored May 16, 2023
1 parent cf7a9ac commit 928f9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"mujoco==2.3.3",
"numpy>=1.21.0,<1.24.0",
"gymnasium>=0.26",
"PettingZoo>=1.22.2",
"PettingZoo==1.22.3",
"Jinja2>=3.0.3",
"imageio"
]
Expand All @@ -39,7 +39,7 @@ dynamic = ["version"]
testing = [
"pytest==7.0.1",
"mujoco_py<2.2,>=2.1",
"PettingZoo>=1.22.3",
"PettingZoo==1.22.3",
"Jinja2>=3.0.3",
]
mujoco_py = ["mujoco_py<2.2,>=2.1"]
Expand Down

0 comments on commit 928f9f9

Please sign in to comment.