From 2b950be4538e69c4980c5d7ab4ff118f337bb96c Mon Sep 17 00:00:00 2001 From: Dusten Hubbard Date: Tue, 1 Sep 2026 21:48:43 -0500 Subject: [PATCH] build(deps): move numpy from 1.24.1 to 1.26.4 scipy 1.17.1 requires numpy 1.26.4 or newer. Dependabot does not update numpy in the routine group, because the next numpy release is 2.x and the group excludes major versions. The group pull request therefore fails to install until numpy is raised separately. 1.26.4 is the last 1.x release. Every other pin accepts it, including opencv-python 4.8.1.78, and it has Python 3.11 wheels. --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c0c80f14..70b84f8f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "vtk==9.3.1", "vedo==2023.4.7", "opencv-python-headless==4.8.1.78", - "numpy==1.24.1", + "numpy==1.26.4", "scipy==1.14.1", "scikit-image==0.23.2", "shapely==2.1.1", diff --git a/requirements.txt b/requirements.txt index 43183c889..1701b215e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cloud-volume==11.0.0 gitpython==3.1.59 lxml==6.1.0 numcodecs==0.15.0 -numpy==1.24.1 +numpy==1.26.4 opencv-python==4.8.1.78 qdarkstyle==3.2.3 scikit-image==0.23.2