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 f851aba commit f552f5eCopy full SHA for f552f5e
setup.py
@@ -9,6 +9,6 @@
9
install_requires=[
10
"numpy >= 1.9.0",
11
"scipy >= 0.14.0",
12
- "scikit-learn == 0.16.1",
+ "scikit-learn >= 0.16.1",
13
],
14
)
0 commit comments