File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 7979 env :
8080 CIBW_BUILD : " cp39-*"
8181 CIBW_ARCHS : ${{ matrix.cibw_archs }}
82+ # See: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/pyproject.toml#L89C1-L95C23
83+ CIBW_BEFORE_BUILD : pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --only-binary numpy
8284 - name : Build wheels for CPython 3.12
8385 # TODO: remove
8486 if : matrix.cibw_archs == 'ARM64'
Original file line number Diff line number Diff line change @@ -139,15 +139,6 @@ install = [
139139 ' --skip-subprojects' ,
140140]
141141
142- # See: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/pyproject.toml#L89C1-L95C23
143- # FIXME: Remove this override once dependencies are available on PyPI.
144- [[tool .cibuildwheel .overrides ]]
145- select = " *-win_arm64"
146- before-build = """ \
147- pip install --pre \
148- --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
149- numpy"""
150-
151142[tool .coverage .run ]
152143source = [
153144 " src" ,
You can’t perform that action at this time.
0 commit comments