From 8490eb2ba303aa1d2f72b79ad3cc1197fc565135 Mon Sep 17 00:00:00 2001 From: Steve Yuwono <88610818+steveyuwono@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:21:53 +0200 Subject: [PATCH 1/3] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4b09893..2513708 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,5 +32,5 @@ full = stable_baselines3>=2.3.0 sb3-contrib>=2.2.1 torch>=2.0.0,<=2.3.1 - numpy>=1.0.0,<=1.26.4 + numpy>=1.0.0 setuptools >= 75.0.0 From d2af545a0314cc4f7e6fd44f29daee4b71145172 Mon Sep 17 00:00:00 2001 From: Steve Yuwono <88610818+steveyuwono@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:22:40 +0200 Subject: [PATCH 2/3] Update requirements.txt --- doc/rtd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rtd/requirements.txt b/doc/rtd/requirements.txt index 83f2128..6aa809a 100644 --- a/doc/rtd/requirements.txt +++ b/doc/rtd/requirements.txt @@ -4,7 +4,7 @@ mlpro>=2.1.0 stable_baselines3>=2.3.0 sb3-contrib>=2.2.1 torch>=2.0.0,<=2.3.1 -numpy>=1.0.0,<=1.26.4 +numpy>=1.0.0 setuptools >= 75.0.0 sphinxcontrib-napoleon From 916b197c3bdfea71767628b12823354e225eb33d Mon Sep 17 00:00:00 2001 From: Steve Yuwono <88610818+steveyuwono@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:23:13 +0200 Subject: [PATCH 3/3] Update setup.py --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 7a1a821..9a86f65 100644 --- a/src/setup.py +++ b/src/setup.py @@ -18,7 +18,7 @@ "stable_baselines3>=2.3.0", "sb3-contrib>=2.2.1", "torch>=2.0.0,<=2.3.1", - "numpy>=1.0.0,<=1.26.4", + "numpy>=1.0.0", "setuptools >= 75.0.0" ], },