Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e85a6d

Browse files
lesteveqinhanmin2014
authored andcommitted
More explicit binder requirements for 0.22 (#15847)
1 parent bf24c7e commit 7e85a6d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.binder/requirements.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
matplotlib
2-
scikit-image
3-
pandas
4-
sphinx-gallery
1+
# Dependencies version were set to roughly the latest available version at the
2+
# time of the scikit-learn major release
3+
matplotlib==3.1.2
4+
scikit-image==0.16.2
5+
pandas==0.25.3
6+
sphinx-gallery==0.5.0
7+
# Need to update the scikit-learn version on each 0.22 minor release
58
scikit-learn==0.22
69

0 commit comments

Comments
 (0)