From fc9a6f4b8fca6a6767c875fa2ec42739cc81931a Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:30:15 +0100 Subject: [PATCH] build: bump numpy upper limit to 3.X (#894) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c08ee58e4..64855bfcba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "pywin32 >= 303;platform_system=='Windows'", "ansys-pythonnet >= 3.1.0rc3", "dotnetcore2 ==3.1.23;platform_system=='Linux'", - "numpy>=1.20.0,<2", + "numpy>=1.20.0,<3", "pandas>=1.1.0,<2.3", "pydantic>=2.6.4,<2.10", "Rtree >= 1.2.0",