File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
doc/api/next_api_changes/development Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -91,18 +91,18 @@ jobs:
9191 runs-on : ${{ matrix.os }}
9292 env :
9393 CIBW_BEFORE_BUILD : >-
94- pip install certifi oldest-supported- numpy &&
94+ pip install certifi numpy>=1.25 &&
9595 rm -rf {package}/build
9696 CIBW_BEFORE_BUILD_WINDOWS : >-
97- pip install certifi delvewheel oldest-supported- numpy &&
97+ pip install certifi delvewheel numpy>=1.25 &&
9898 rm -rf {package}/build
9999 CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : >-
100100 delvewheel repair -w {dest_dir} {wheel}
101101 CIBW_AFTER_BUILD : >-
102102 twine check {wheel} &&
103103 python {package}/ci/check_wheel_licenses.py {wheel}
104104 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
105- CIBW_SKIP : " *-musllinux* "
105+ CIBW_SKIP : " *-musllinux_aarch64 "
106106 CIBW_TEST_COMMAND : >-
107107 python {package}/ci/check_version_number.py
108108 # Apple Silicon machines are not available for testing, so silence the
Original file line number Diff line number Diff line change 1+ New wheel architectures
2+ ~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
5+ Wheels have been added for:
6+
7+ - musl based systems
Original file line number Diff line number Diff line change 22build-backend = " setuptools.build_meta"
33requires = [
44 " certifi>=2020.06.20" ,
5- " oldest-supported- numpy" ,
5+ " numpy>=1.25 " ,
66 " pybind11>=2.6" ,
77 " setuptools>=42" ,
88 " setuptools_scm>=7" ,
You can’t perform that action at this time.
0 commit comments