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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
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)