From b9e2d3e54cce78d77f830b05ec907c693074a766 Mon Sep 17 00:00:00 2001 From: gochrino Date: Tue, 10 Mar 2026 10:42:36 +0100 Subject: [PATCH] pin numpy version to < 2.3 to avoid conflicts with cuml / numba --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc9d482..e4e6c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "cloth-simulation-filter>=1.1.5, <2.0.0", "laspy>=2.0.0, <3.0.0", "numba>=0.55.0, <1.0.0", - "numpy>=1.21.0, <3.0.0", + "numpy>=1.21.0, <2.3.0", "pandas>=2.0.0, <3.0.0", "pointtorch>=0.1.0, <1.0.0", "psutil>=5.9.0, < 7.0.0",