From 276345bdaae832c7b7603de25dc21c70f68440bb Mon Sep 17 00:00:00 2001 From: Matteo Bettini <55539777+matteobettini@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:02:32 +0000 Subject: [PATCH] amend (#69) --- benchmarl/__init__.py | 2 +- setup.py | 4 ++-- test/prova.py | 0 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 test/prova.py diff --git a/benchmarl/__init__.py b/benchmarl/__init__.py index fd4daff0..862122e3 100644 --- a/benchmarl/__init__.py +++ b/benchmarl/__init__.py @@ -5,7 +5,7 @@ # -__version__ = "1.1.0" +__version__ = "1.1.1" import importlib diff --git a/setup.py b/setup.py index 4bb76aae..c2f6e7a7 100644 --- a/setup.py +++ b/setup.py @@ -27,12 +27,12 @@ def package_files(directory): setup( name="benchmarl", - version="1.1.0", + version="1.1.1", description="BenchMARL", url="https://github.com/facebookresearch/BenchMARL", author="Matteo Bettini", author_email="mb2389@cl.cam.ac.uk", - install_requires=["torchrl>=0.3.0", "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"], diff --git a/test/prova.py b/test/prova.py deleted file mode 100644 index e69de29b..00000000