-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
See matplotlib/matplotlib#26736 (comment)
Currently I am not able to figure out how to easily install the recent nightly wheels for matplotlib due to version numbering issues and upper pins.
I wonder if we could automate testing whether it is possible to install the nightly wheels using the recommended pip command:
python -m pip install \
--upgrade \
--pre \
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
--extra-index-url https://pypi.org/simple \
matplotlib
Metadata
Metadata
Assignees
Labels
No labels