8000 Pin `scikit-learn==release`, drop `pre` to install · scikit-learn/scikit-learn@5416684 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 5416684

Browse files
Pin scikit-learn==release, drop pre to install
Co-Authored-By: Loïc Estève <1680079+lesteve@users.noreply.github.com>
1 parent 6876dea commit 5416684

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,8 @@ def notebook_modification_function(notebook_content, notebook_filename):
690690
"import piplite",
691691
"await piplite.install(['joblib', 'threadpoolctl', 'scipy'])",
692692
"await piplite.install(\n"
693-
" 'scikit-learn',\n"
693+
f" 'scikit-learn=={release}',\n"
694694
" index_urls='https://pypi.anaconda.org/scientific-python-nightly-wheels/simple',\n"
695-
" pre=True,\n"
696695
")",
697696
]
698697

0 commit comments

Comments
 (0)
0