Skip to content

Commit

Permalink
[Setup] Add torchrl dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Oct 6, 2023
1 parent b6c0a79 commit ee440e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author="Matteo Bettini",
author_email="[email protected]",
packages=find_packages(),
install_requires=["tqdm", "hydra-core"],
install_requires=["torchrl>=0.2.0", "tqdm", "hydra-core"],
extras_require={
"vmas": ["vmas>=1.2.10"],
"pettingzoo": ["pettingzoo[all]>=1.24.1"],
Expand Down

0 comments on commit ee440e0

Please sign in to comment.