We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40c5da commit c8895edCopy full SHA for c8895ed
setup.py
@@ -56,8 +56,7 @@ def get_version_and_cmdclass(package_name):
56
"distributed",
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
+ "scikit-optimize>=0.8.1", # because of https://github.com/scikit-optimize/scikit-optimize/issues/931
61
"wexpect" if os.name == "nt" else "pexpect",
62
],
63
}
0 commit comments