Skip to content

Commit

Permalink
dm-meltingpot only supports python >= 3.11, update respectively files
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Mar 20, 2024
1 parent a9838f4 commit dc3af87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/optional-test-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Melting Pot
- run: |
docker build -f bin/meltingpot.Dockerfile \
--build-arg PYTHON_VERSION='3.10' \
--build-arg PYTHON_VERSION='3.11' \
--tag shimmy-meltingpot-docker .
- name: Run meltingpot tests
run: docker run shimmy-meltingpot-docker pytest tests/test_meltingpot.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version():
"openspiel": ["open_spiel>=1.2", "pettingzoo>=1.23"],
"meltingpot": [
"pettingzoo>=1.23",
"dm-meltingpot>=2.2.2; python_version > '3.9'",
"dm-meltingpot>=2.2.2; python_version > '3.10'",
],
"bsuite": ["bsuite>=0.3.5"],
}
Expand Down

0 comments on commit dc3af87

Please sign in to comment.