Skip to content

build(deps): move numpy from 1.24.1 to 1.26.4 - #155

Merged
dustenhubbard merged 1 commit into
mainfrom
fix/numpy-1-26-4
Sep 2, 2026
Merged

build(deps): move numpy from 1.24.1 to 1.26.4#155
dustenhubbard merged 1 commit into
mainfrom
fix/numpy-1-26-4

Conversation

@dustenhubbard

Copy link
Copy Markdown
Member

scipy 1.17.1 requires numpy 1.26.4 or newer, and Dependabot does not raise numpy in the routine group because the next numpy release is 2.x, which the group excludes. Every routine group pull request therefore fails to install until numpy moves separately. This pins numpy at 1.26.4, the last 1.x release, which every other pin accepts, including opencv-python 4.8.1.78.

Closes #154.

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.
@dustenhubbard
dustenhubbard merged commit 055aeba into main Sep 2, 2026
6 checks passed
@dustenhubbard
dustenhubbard deleted the fix/numpy-1-26-4 branch September 2, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Routine dependency group cannot merge while numpy is pinned at 1.24.1

1 participant