8000 MNT Fix binder setup (#24173) · rusdes/scikit-learn@f4e6690 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4e6690

Browse files
authored
MNT Fix binder setup (scikit-learn#24173)
1 parent b3c5d16 commit f4e6690

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.binder/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
--extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple scikit-learn
1+
--find-links https://pypi.anaconda.org/scipy-wheels-nightly/simple/scikit-learn
22
--pre
33
matplotlib
44
scikit-image
55
pandas
6+
seaborn
7+
Pillow
68
sphinx-gallery
79
scikit-learn
8-

.binder/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.10
1+
python-3.9

0 commit comments

Comments
 (0)
0