File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
2
2
--pre
3
3
matplotlib
4
4
scikit-image
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ python_environment_install_and_activate() {
67
67
68
68
if [[ " $DISTRIB " == " conda-pip-scipy-dev" ]]; then
69
69
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
71
71
pip install --pre --upgrade --timeout=60 --extra-index $dev_anaconda_url numpy pandas scipy
72
72
echo " Installing Cython from latest sources"
73
73
pip install https://github.com/cython/cython/archive/master.zip
Original file line number Diff line number Diff line change 4
4
set -x
5
5
6
6
if [ " $GITHUB_EVENT_NAME " == " schedule" ]; then
7
- ANACONDA_ORG=" scipy-wheels -nightly"
7
+ ANACONDA_ORG=" scientific-python -nightly-wheels "
8
8
ANACONDA_TOKEN=" $SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN "
9
9
else
10
10
ANACONDA_ORG=" scikit-learn-wheels-staging"
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ Installing a nightly build is the quickest way to:
26
26
27
27
- check whether a bug you encountered has been fixed since the last release.
28
28
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 `
30
30
index from the PyPI registry of `anaconda.org `:
31
31
32
32
.. prompt :: bash $
33
33
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
35
35
36
36
Note that first uninstalling scikit-learn might be required to be able to
37
37
install nightly builds of scikit-learn.
You can’t perform that action at this time.
0 commit comments