We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b7c268 + de3069b commit 05951ecCopy full SHA for 05951ec
setup.py
@@ -57,6 +57,7 @@ def get_version_and_cmdclass(package_name):
57
"ipyparallel>=6.2.5", # because of https://github.com/ipython/ipyparallel/issues/404
58
"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
61
"wexpect" if os.name == "nt" else "pexpect",
62
],
63
}
0 commit comments