diff --git a/pyproject.toml b/pyproject.toml index 3d1f853..edfb0d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dynamic = ["version"] [project.optional-dependencies] # Update dependencies in `all` if any are added or removed -testing = ["pettingzoo[butterfly,classic]>=1.23.1", "pytest", "pytest-xdist", "stable-baselines3>=2.0.0", "moviepy >=1.0.0"] +testing = ["pettingzoo[all]>=1.23.1", "pytest", "pytest-xdist", "stable-baselines3>=2.0.0", "moviepy >=1.0.0"] [project.urls] Homepage = "https://farama.org"