File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments