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 a3fcf0b commit 5db4752Copy full SHA for 5db4752
pyproject.toml
@@ -86,14 +86,6 @@ local_scheme = "node-and-date"
86
parentdir_prefix_version = "matplotlib-"
87
fallback_version = "0.0+UNKNOWN"
88
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
-
97
[tool.isort]
98
known_pydata = "numpy, matplotlib.pyplot"
99
known_firstparty = "matplotlib,mpl_toolkits"
0 commit comments