From 74f8ec66c0c2fd49893d40218441a4a1fec2ec98 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:08:18 +0100 Subject: [PATCH] build: bump numpy upper-limit to 3.X --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59eeff3e..eb789837 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "djangorestframework~=3.14", "django-guardian~=2.4", "tzlocal~=5.0", - "numpy>=1.18.0,<2", + "numpy>=1.18.0,<3", "python-pptx==0.6.19", "pandas~=2.0", "statsmodels~=0.14",