Skip to content

Commit 5db4752

Browse files
committed
ci: Remove cibuildwheel override for win_arm64
Our dependencies now have wheels for that platform.
1 parent a3fcf0b commit 5db4752

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ local_scheme = "node-and-date"
8686
parentdir_prefix_version = "matplotlib-"
8787
fallback_version = "0.0+UNKNOWN"
8888

89-
# FIXME: Remove this override once dependencies are available on PyPI.
90-
[[tool.cibuildwheel.overrides]]
91-
select = "*-win_arm64"
92-
before-test = """\
93-
pip install --pre \
94-
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
95-
contourpy numpy"""
96-
9789
[tool.isort]
9890
known_pydata = "numpy, matplotlib.pyplot"
9991
known_firstparty = "matplotlib,mpl_toolkits"

0 commit comments

Comments
 (0)