File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8282 # See: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/pyproject.toml#L89C1-L95C23
8383 CIBW_BEFORE_BUILD_WINDOWS : >-
8484 pip install delvewheel
85- && pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --only-binary numpy
85+ && pip install numpy
8686 - name : Build wheels for CPython 3.12
8787 # TODO: remove
8888 if : matrix.cibw_archs == 'ARM64'
9696 CIBW_ARCHS : ${{ matrix.cibw_archs }}
9797 CIBW_BEFORE_BUILD_WINDOWS : >-
9898 pip install delvewheel
99- && pip install numpy
99+ && pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --only-binary numpy
100100 # # - name: Setup Python
101101 # # if: ${{ startsWith(matrix.os, 'windows') }}
102102 # # uses: actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments