We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96e5a4 commit 84bd796Copy full SHA for 84bd796
setup.py
@@ -60,7 +60,7 @@ def get_version_and_cmdclass(package_name):
60
"distributed",
61
"ipyparallel>=6.2.5", # because of https://github.com/ipython/ipyparallel/issues/404
62
"scikit-optimize>=0.8.1", # because of https://github.com/scikit-optimize/scikit-optimize/issues/931
63
- "scikit-learn<=0.24.2", # because of https://github.com/scikit-optimize/scikit-optimize/issues/1059
+ "scikit-learn",
64
"wexpect" if os.name == "nt" else "pexpect",
65
],
66
}
0 commit comments