Skip to content

Commit 276345b

Browse files
amend (#69)
1 parent 6fd1caf commit 276345b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmarl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77

8-
__version__ = "1.1.0"
8+
__version__ = "1.1.1"
99

1010
import importlib
1111

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ def package_files(directory):
2727

2828
setup(
2929
name="benchmarl",
30-
version="1.1.0",
30+
version="1.1.1",
3131
description="BenchMARL",
3232
url="https://github.com/facebookresearch/BenchMARL",
3333
author="Matteo Bettini",
3434
author_email="[email protected]",
35-
install_requires=["torchrl>=0.3.0", "tqdm", "hydra-core"],
35+
install_requires=["torchrl==0.3.1", "tqdm", "hydra-core"],
3636
extras_require={
3737
"vmas": ["vmas>=1.3.4"],
3838
"pettingzoo": ["pettingzoo[all]>=1.24.3"],

test/prova.py

Whitespace-only changes.

0 commit comments

Comments
 (0)