Skip to content

Commit f6ff070

Browse files
authored
Merge pull request #44 from zasexton/main
removing numpy versions for CI builds
2 parents 1ae52c4 + 65243d5 commit f6ff070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
6262
CIBW_BUILD_VERBOSITY: 3
6363
# Install build deps before building each wheel (use python -m pip for Windows compatibility)
64-
CIBW_BEFORE_BUILD: "python -m pip install -U pip setuptools wheel cython 'numpy>=1.26' cmake"
64+
CIBW_BEFORE_BUILD: "python -m pip install -U pip setuptools wheel cython numpy cmake"
6565
# Tell setup.py to build the companion 'svv-accelerated' distribution
6666
CIBW_ENVIRONMENT: "PIP_NO_CACHE_DIR=1 SVV_ACCEL_COMPANION=1"
6767
steps:

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
4343
CIBW_BUILD_VERBOSITY: 3
4444
# Install build deps before building each wheel (use python -m pip for Windows compatibility)
45-
CIBW_BEFORE_BUILD: "python -m pip install -U pip setuptools wheel cython 'numpy>=1.26' cmake"
45+
CIBW_BEFORE_BUILD: "python -m pip install -U pip setuptools wheel cython numpy cmake"
4646
# Tell setup.py to build the companion 'svv-accelerated' distribution
4747
CIBW_ENVIRONMENT: "PIP_NO_CACHE_DIR=1 SVV_ACCEL_COMPANION=1"
4848

0 commit comments

Comments
 (0)