Skip to content

Commit

Permalink
[Quality] Modify dependencies
Browse files Browse the repository at this point in the history
matteobettini committed Apr 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 164ff80 commit 1088fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -32,10 +32,11 @@ def package_files(directory):
url="https://github.com/facebookresearch/BenchMARL",
author="Matteo Bettini",
author_email="mb2389@cl.cam.ac.uk",
install_requires=["torchrl==0.3.1", "tqdm", "hydra-core"],
install_requires=["torchrl>=0.3.1", "tqdm", "hydra-core"],
extras_require={
"vmas": ["vmas>=1.3.4"],
"pettingzoo": ["pettingzoo[all]>=1.24.3"],
"meltingpot": ["dm-meltingpot"],
"gnn": ["torch_geometric"],
},
packages=find_packages(),

0 comments on commit 1088fc3

Please sign in to comment.