Skip to content

Commit ab99b2f

Browse files
committed
MAINT allow scikit-learn 0.18.2
1 parent 760cb78 commit ab99b2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autosklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__MANDATORY_PACKAGES__ = '''
77
numpy>=1.9
8-
scikit-learn==0.18.1
8+
scikit-learn>=0.18.1,<0.19
99
smac==0.5.0
1010
lockfile>=0.10
1111
ConfigSpace>=0.3.3,<0.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Cython
77
numpy>=1.9.0
88
scipy>=0.14.1
99

10-
scikit-learn==0.18.1
10+
scikit-learn>=0.18.1,<0.19
1111

1212
lockfile
1313
joblib

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Cython",
1919
"numpy>=1.9.0",
2020
"scipy>=0.14.1",
21-
"scikit-learn==0.18.1",
21+
"scikit-learn>=0.18.1,<0.19.0",
2222
"lockfile",
2323
"joblib",
2424
"psutil",

0 commit comments

Comments
 (0)