8000 Upload nightly built wheels to scientific-python-nightly-wheels (#26417) · scikit-learn/scikit-learn@33708a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33708a9

Browse files
Upload nightly built wheels to scientific-python-nightly-wheels (#26417)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
1 parent 20be4df commit 33708a9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--find-links https://pypi.anaconda.org/scipy-wheels-nightly/simple/scikit-learn
1+
--find-links https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/scikit-learn
22
--pre
33
matplotlib
44
scikit-image

build_tools/azure/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python_environment_install_and_activate() {
6767

6868
if [[ "$DISTRIB" == "conda-pip-scipy-dev" ]]; then
6969
echo "Installing development dependency wheels"
70-
dev_anaconda_url=https://pypi.anaconda.org/scipy-wheels-nightly/simple
70+
dev_anaconda_url=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
7171
pip install --pre --upgrade --timeout=60 --extra-index $dev_anaconda_url numpy pandas scipy
7272
echo "Installing Cython from latest sources"
7373
pip install https://github.com/cython/cython/archive/master.zip

build_tools/github/upload_anaconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
set -x
55

66
if [ "$GITHUB_EVENT_NAME" == "schedule" ]; then
7-
ANACONDA_ORG="scipy-wheels-nightly"
7+
ANACONDA_ORG="scientific-python-nightly-wheels"
88
ANACONDA_TOKEN="$SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN"
99
else
1010
ANACONDA_ORG="scikit-learn-wheels-staging"

doc/developers/advanced_installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Installing a nightly build is the quickest way to:
2626

2727
- check whether a bug you encountered has been fixed since the last release.
2828

29-
You can install the nightly build of scikit-learn using the `scipy-wheels-nightly`
29+
You can install the nightly build of scikit-learn using the `scientific-python-nightly-wheels`
3030
index from the PyPI registry of `anaconda.org`:
3131

3232
.. prompt:: bash $
3333

34-
pip install --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple scikit-learn
34+
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scikit-learn
3535

3636
Note that first uninstalling scikit-learn might be required to be able to
3737
install nightly builds of scikit-learn.

0 commit comments

Comments
 (0)
0