Skip to content

Commit c8895ed

Browse files
committed
remove scikit-learn dep and pin scikit-optimize>=0.8.1
Because //github.com/scikit-optimize/scikit-optimize/issues/931 is fixed.
1 parent f40c5da commit c8895ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def get_version_and_cmdclass(package_name):
5656
"distributed",
5757
"ipyparallel>=6.2.5", # because of https://github.com/ipython/ipyparallel/issues/404
5858
"loky",
59-
"scikit-optimize",
60-
"scikit-learn<=0.23.1", # because of https://github.com/scikit-optimize/scikit-optimize/issues/931, remove dep when fixed
59+
"scikit-optimize>=0.8.1", # because of https://github.com/scikit-optimize/scikit-optimize/issues/931
6160
"wexpect" if os.name == "nt" else "pexpect",
6261
],
6362
}

0 commit comments

Comments
 (0)