Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f93ffea

Browse files
DOC: Use scientific-python-nightly-wheels for nightly build index
* The Scientific Python org is requesting that users of the https://pypi.anaconda.org/scipy-wheels-nightly/ package index migrate nightly builds to the new package index https://pypi.anaconda.org/scientific-python-nightly-wheels/ which will have community support moving forward. - c.f. https://scientific-python.org/specs/spec-0004/ - c.f. https://github.com/matplotlib/matplotlib/ PR 25950
1 parent 3d3a1af commit f93ffea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/installing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ as the package index to query:
9595
python -m pip install \
9696
--upgrade \
9797
--pre \
98-
--index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple \
98+
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
9999
--extra-index-url https://pypi.org/simple \
100100
matplotlib
101101

0 commit comments

Comments
 (0)