Skip to content

Commit

Permalink
MNT Update nightly build URL and release staging config (scikit-learn…
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored Feb 12, 2020
1 parent 1801c4b commit d6bb321
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--find-links https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn
--extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple scikit-learn
--pre
matplotlib
scikit-image
Expand Down
2 changes: 1 addition & 1 deletion doc/developers/advanced_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installing a nightly build is the quickest way to:

::

pip install --pre -f https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn
pip install --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple scikit-learn


.. _install_bleeding_edge:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ filterwarnings =

[wheelhouse_uploader]
artifact_indexes=
# Wheels built by travis (only for specific tags):
# Wheels built by Azure Pipelines (only for specific tags):
# https://github.com/MacPython/scikit-learn-wheels
http://wheels.scipy.org
https://pypi.anaconda.org/scikit-learn-wheels-staging/simple/scikit-learn/

[flake8]
# Default flake8 3.5 ignored flags
Expand Down

0 comments on commit d6bb321

Please sign in to comment.