Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Feb 1, 2024
1 parent 0e3a222 commit 678f3e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/unittest/install_pettingzoo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

pip install "pettingzoo[all]==1.24.1"
pip install "pettingzoo[all]==1.24.3"
sudo apt-get update
sudo apt-get install python3-opengl xvfb
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ def package_files(directory):
url="https://github.com/facebookresearch/BenchMARL",
author="Matteo Bettini",
author_email="[email protected]",
install_requires=["torchrl>=0.2.0", "tqdm", "hydra-core"],
install_requires=["torchrl>=0.3.0", "tqdm", "hydra-core"],
extras_require={
"vmas": ["vmas>=1.3.4"],
"pettingzoo": ["pettingzoo[all]>=1.24.1"],
"pettingzoo": ["pettingzoo[all]>=1.24.3"],
"gnn": ["torch_geometric"],
},
packages=find_packages(),
Expand Down

0 comments on commit 678f3e5

Please sign in to comment.