8000 Revert nightly builds. · scikit-learn/scikit-learn@6ab7cf0 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ab7cf0

Browse files
committed
Revert nightly builds.
1 parent 123d59f commit 6ab7cf0

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

doc/developers/advanced_installation.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
Advanced installation instructions
66
===================================
77

8+
.. _install_nightly_builds:
9+
10+
Installing nightly builds
11+
=========================
12+
13+
The continuous integration servers of the scikit-learn project build, test
14+
and upload wheel packages for the most recent Python version on a nightly
15+
basis to help users test bleeding edge features or bug fixes::
16+
17+
pip install --pre -f https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn
18+
19+
820
.. _install_bleeding_edge:
921

1022
Building from source

doc/install.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ There are different ways to get scikit-learn installed:
99
* :ref:`Install the latest official release <install_official_release>`. This
1010
is the best approach for most users. It will provide a stable version
1111
and pre-build packages are available for most platforms.
12-
Note that :ref:`nightly builds <install_nightly_builds>` are also
13-
distributed.
1412

1513
* Install the version of scikit-learn provided by your
1614
:ref:`operating system or Python distribution <install_by_distribution>`.
@@ -90,22 +88,6 @@ it as ``scikit-learn[alldeps]``.
9088
For installing on PyPy, PyPy3-v5.10+, Numpy 1.14.0+, and scipy 1.1.0+
9189
are required.
9290

93-
.. _install_nightly_builds:
94-
95-
Installing nightly builds
96-
=========================
97-
98-
The continuous integration servers of the scikit-learn project build, test
99-
and upload wheel packages for the most recent Python version on a nightly
100-
basis to help users test bleeding edge features or bug fixes::
101-
102-
pip install --pre -f https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn
103-
104-
Again, in order to avoid any OS dependent issue it is strongly
105-
recommended to use python3 ``virtualenv``
106-
(see `python3 virtualenv documentation
107-
<https://docs.python.org/3/tutorial/venv.html>`_).
108-
10991
.. _install_by_distribution:
11092

11193
Third party distributions of scikit-learn

0 commit comments

Comments
 (0)
0