Skip to content

Commit

Permalink
amend (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini authored Mar 4, 2024
1 parent 6fd1caf commit 276345b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#


__version__ = "1.1.0"
__version__ = "1.1.1"

import importlib

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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"],
Expand Down
Empty file removed test/prova.py
Empty file.

0 comments on commit 276345b

Please sign in to comment.