Skip to content

Commit 05951ec

Browse files
authored
Merge pull request #285 from python-adaptive/pin-scikit-learn
temporarily pin scikit-learn<=0.23.1
2 parents 0b7c268 + de3069b commit 05951ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def get_version_and_cmdclass(package_name):
5757
"ipyparallel>=6.2.5", # because of https://github.com/ipython/ipyparallel/issues/404
5858
"loky",
5959
"scikit-optimize",
60+
"scikit-learn<=0.23.1", # because of https://github.com/scikit-optimize/scikit-optimize/issues/931, remove dep when fixed
6061
"wexpect" if os.name == "nt" else "pexpect",
6162
],
6263
}

0 commit comments

Comments
 (0)