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

Skip to content

Commit 28e9b55

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 f6a781f commit 28e9b55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/users/installing/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ Installing a nightly build
8585
==========================
8686

8787
Matplotlib makes nightly development build wheels available on the
88-
`scipy-wheels-nightly Anaconda Cloud organization
89-
<https://anaconda.org/scipy-wheels-nightly>`_.
90-
These wheels can be installed with ``pip`` by specifying scipy-wheels-nightly
91-
as the package index to query:
88+
`scientific-python-nightly-wheels Anaconda Cloud organization
89+
<https://anaconda.org/scientific-python-nightly-wheels>`_.
90+
These wheels can be installed with ``pip`` by specifying
91+
scientific-python-nightly-wheels as the package index to query:
9292

9393
.. code-block:: sh
9494
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)