From 0e9516d537f059564d8710ca370d24fbeb6a752c Mon Sep 17 00:00:00 2001 From: Elliot Tower Date: Thu, 14 Mar 2024 12:08:15 -0400 Subject: [PATCH] Update pyproject.toml add auto rom --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edfb0d1..f84c314 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[all]>=1.23.1", "pytest", "pytest-xdist", "stable-baselines3>=2.0.0", "moviepy >=1.0.0"] +testing = ["pettingzoo[all,atari]>=1.23.1", "AutoROM", "pytest", "pytest-xdist", "stable-baselines3>=2.0.0", "moviepy >=1.0.0"] [project.urls] Homepage = "https://farama.org"