File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,6 @@ jobs:
151
151
CIBW_ENABLE : " cpython-freethreading cpython-prerelease"
152
152
CIBW_ARCHS : ${{ matrix.cibw_archs }}
153
153
CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
154
- CIBW_BEFORE_TEST : >-
155
- python -m pip install
156
- --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
157
- --upgrade --pre --only-binary=:all: contourpy numpy pillow
158
154
159
155
- name : Build wheels for CPython 3.13
160
156
uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
Original file line number Diff line number Diff line change @@ -85,14 +85,6 @@ local_scheme = "node-and-date"
85
85
parentdir_prefix_version = " matplotlib-"
86
86
fallback_version = " 0.0+UNKNOWN"
87
87
88
- # FIXME: Remove this override once dependencies are available on PyPI.
89
- [[tool .cibuildwheel .overrides ]]
90
- select = " *-win_arm64"
91
- before-test = """ \
92
- pip install --pre \
93
- --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
94
- contourpy numpy"""
95
-
96
88
[tool .isort ]
97
89
known_pydata = " numpy, matplotlib.pyplot"
98
90
known_firstparty = " matplotlib,mpl_toolkits"
You can’t perform that action at this time.
0 commit comments