Skip to content

Commit 492f063

Browse files
authored
Remove invalid gymnasium dependency in pyproject.toml
1 parent 75fd8fa commit 492f063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ testing = [
4040
"clu",
4141
"clu<=0.0.9; python_version<'3.10'",
4242
"einops",
43-
"gymnasium[atari, accept-rom-license]",
43+
"gymnasium[atari]",
4444
"jaxlib",
4545
"jaxtyping",
4646
"jraph>=0.0.6dev0",

0 commit comments

Comments
 (0)