From 76c6d0b0c665a17a43da34069114ce0aa5de50f1 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Mon, 19 Aug 2024 23:50:50 +0200 Subject: [PATCH 1/2] Bump version --- magent2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magent2/__init__.py b/magent2/__init__.py index 34fa142..aa6794b 100644 --- a/magent2/__init__.py +++ b/magent2/__init__.py @@ -5,4 +5,4 @@ # some alias GridWorld = gridworld.GridWorld -__version__ = "0.3.2" +__version__ = "0.3.3" From 1e02028797a25ba97c3a923b660d28a1c3bdfe3e Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Mon, 19 Aug 2024 23:53:49 +0200 Subject: [PATCH 2/2] Update requirements --- pyproject.toml | 4 ++-- requirements.txt | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 requirements.txt diff --git a/pyproject.toml b/pyproject.toml index dd98f50..507f556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ 'Topic :: Scientific/Engineering :: Artificial Intelligence', ] dependencies = [ - "numpy >=1.21.0", + "numpy>=1.21.0,<2.0", "pygame>=2.1.0", "pettingzoo>=1.23.1", ] @@ -59,7 +59,7 @@ exclude = ["**/__pycache__"] strict = [] typeCheckingMode = "basic" -pythonVersion = "3.7" +pythonVersion = "3.8" pythonPlatform = "All" enableTypeIgnoreComments = true diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 0b117d0..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -pygame==2.0.0.dev10 -numpy>=1.18.0