Skip to content

Commit f552f5e

Browse files
committed
Changed scikit-learn requirement from == 0.16 to >= 0.16
1 parent f851aba commit f552f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
install_requires=[
1010
"numpy >= 1.9.0",
1111
"scipy >= 0.14.0",
12-
"scikit-learn == 0.16.1",
12+
"scikit-learn >= 0.16.1",
1313
],
1414
)

0 commit comments

Comments
 (0)