Skip to content

Commit f48afe3

Browse files
author
EnliteAI Bot
committed
RL-2049: Install gymnasium[all] and use swig as pre-dependency in quality checks
(Issue RL-2049 - maze-rl update gym to gymnasium)
1 parent fb0ad42 commit f48afe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ def find_version(*filepath):
5656

5757
"hydra-core",
5858

59-
"gymnasium",
59+
"swig",
60+
"gymnasium[all]",
6061

6162
"pandas",
6263
"networkx",

0 commit comments

Comments
 (0)