Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec authored Jun 27, 2024
1 parent bd67904 commit 8cbd895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"flake8>=3.8.3",
]

extras["test"] = ["pytest"]
extras["test"] = ["pytest", "gymnasium[classic-control"]

extras["dev"] = extras["quality"] + extras["test"]

Expand Down

0 comments on commit 8cbd895

Please sign in to comment.