From 8cbd895122319b2f9aa09e73be39f3a3236e4cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?= <45557362+qgallouedec@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:16:11 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95eb06e..927cd2c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "flake8>=3.8.3", ] -extras["test"] = ["pytest"] +extras["test"] = ["pytest", "gymnasium[classic-control"] extras["dev"] = extras["quality"] + extras["test"]