We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daf8c6 commit d85a557Copy full SHA for d85a557
pyproject.toml
@@ -34,7 +34,7 @@ dynamic = ["version"]
34
# Update dependencies in `all` if any are added or removed
35
atari = ["multi_agent_ale_py==0.1.11", "pygame==2.3.0"]
36
classic = [
37
- "chess==1.7.0",
+ "chess==1.9.4",
38
"rlcard==1.0.5",
39
"pygame==2.3.0",
40
"hanabi_learning_environment==0.0.4",
@@ -54,7 +54,7 @@ testing = [
54
all = [
55
"multi_agent_ale_py==0.1.11",
56
57
58
59
60
"pymunk==6.2.0",
0 commit comments