Thanks to visit codestin.com Credit goes to github.com
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 54f1612 commit 8c7a582Copy full SHA for 8c7a582
2 files changed
.github/workflows/cibuildwheel.yml
@@ -91,10 +91,10 @@ jobs:
91
runs-on: ${{ matrix.os }}
92
env:
93
CIBW_BEFORE_BUILD: >-
94
- pip install certifi oldest-supported-numpy &&
+ pip install certifi numpy>=1.25 &&
95
rm -rf {package}/build
96
CIBW_BEFORE_BUILD_WINDOWS: >-
97
- pip install certifi delvewheel oldest-supported-numpy &&
+ pip install certifi delvewheel numpy>=1.25 &&
98
99
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
100
delvewheel repair -w {dest_dir} {wheel}
pyproject.toml
@@ -2,7 +2,7 @@
2
build-backend = "setuptools.build_meta"
3
requires = [
4
"certifi>=2020.06.20",
5
- "oldest-supported-numpy",
+ "numpy>=1.25",
6
"pybind11>=2.6",
7
"setuptools>=42",
8
"setuptools_scm>=7",
0 commit comments