Skip to content

Commit

Permalink
Update chess version from 1.7.0 to 1.9.4 (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Jul 15, 2023
1 parent 3daf8c6 commit d85a557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dynamic = ["version"]
# Update dependencies in `all` if any are added or removed
atari = ["multi_agent_ale_py==0.1.11", "pygame==2.3.0"]
classic = [
"chess==1.7.0",
"chess==1.9.4",
"rlcard==1.0.5",
"pygame==2.3.0",
"hanabi_learning_environment==0.0.4",
Expand All @@ -54,7 +54,7 @@ testing = [
all = [
"multi_agent_ale_py==0.1.11",
"pygame==2.3.0",
"chess==1.7.0",
"chess==1.9.4",
"rlcard==1.0.5",
"hanabi_learning_environment==0.0.4",
"pymunk==6.2.0",
Expand Down

0 comments on commit d85a557

Please sign in to comment.