Skip to content

Commit e81babc

Browse files
committed
Push numpy requirement to 1.26
1 parent 48396e3 commit e81babc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- os: ubuntu-latest
2929
arch: x86_64
3030
artifact_name: "linux-x86_64_numpy1_23"
31-
numpy-version: "1.23"
31+
numpy-version: "1.26"
3232

3333
# Linux ARM64 builds (native runners)
3434
- os: ubuntu-24.04-arm

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy >= 1.23.0 # keep in sync with NPY_TARGET_VERSION (setup.py)
1+
numpy >= 1.26.0 # keep in sync with NPY_TARGET_VERSION (setup.py)

0 commit comments

Comments
 (0)