Skip to content

Commit d85a557

Browse files
authored
Update chess version from 1.7.0 to 1.9.4 (#1026)
1 parent 3daf8c6 commit d85a557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dynamic = ["version"]
3434
# Update dependencies in `all` if any are added or removed
3535
atari = ["multi_agent_ale_py==0.1.11", "pygame==2.3.0"]
3636
classic = [
37-
"chess==1.7.0",
37+
"chess==1.9.4",
3838
"rlcard==1.0.5",
3939
"pygame==2.3.0",
4040
"hanabi_learning_environment==0.0.4",
@@ -54,7 +54,7 @@ testing = [
5454
all = [
5555
"multi_agent_ale_py==0.1.11",
5656
"pygame==2.3.0",
57-
"chess==1.7.0",
57+
"chess==1.9.4",
5858
"rlcard==1.0.5",
5959
"hanabi_learning_environment==0.0.4",
6060
"pymunk==6.2.0",

0 commit comments

Comments
 (0)