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 9c77f6b commit 49a607dCopy full SHA for 49a607d
1 file changed
.github/workflows/cibuildwheel.yml
@@ -64,12 +64,11 @@ jobs:
64
- name: Build wheels for CPython 3.10
65
run: |
66
python -m cibuildwheel --output-dir dist
67
- if: matrix.os != 'macos-10.15'
68
env:
69
CIBW_BUILD: "cp310-*"
70
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
71
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
72
- CIBW_BEFORE_BUILD: pip install certifi numpy==1.21.2
+ CIBW_BEFORE_BUILD: pip install certifi numpy==1.21.3
73
MPL_DISABLE_FH4: "yes"
74
CIBW_ARCHS: ${{ matrix.cibw_archs }}
75
0 commit comments