We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48396e3 commit e81babcCopy full SHA for e81babc
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- os: ubuntu-latest
29
arch: x86_64
30
artifact_name: "linux-x86_64_numpy1_23"
31
- numpy-version: "1.23"
+ numpy-version: "1.26"
32
33
# Linux ARM64 builds (native runners)
34
- os: ubuntu-24.04-arm
requirements.txt
@@ -1 +1 @@
1
-numpy >= 1.23.0 # keep in sync with NPY_TARGET_VERSION (setup.py)
+numpy >= 1.26.0 # keep in sync with NPY_TARGET_VERSION (setup.py)
0 commit comments