We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf24c7e commit 7e85a6dCopy full SHA for 7e85a6d
.binder/requirements.txt
@@ -1,6 +1,9 @@
1
-matplotlib
2
-scikit-image
3
-pandas
4
-sphinx-gallery
+# Dependencies version were set to roughly the latest available version at the
+# time of the scikit-learn major release
+matplotlib==3.1.2
+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
8
scikit-learn==0.22
9
0 commit comments