We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9a851 commit 391ab19Copy full SHA for 391ab19
1 file changed
pyproject.toml
@@ -7,7 +7,9 @@ requires-python = ">=3.10"
7
dependencies = [
8
# Core dependencies
9
"pandas>=1.5.0",
10
- "scikit-learn>=1.1.0",
+ # Pin below 1.8 until this is resolved:
11
+ # https://github.com/scikit-learn-contrib/hdbscan/issues/695
12
+ "scikit-learn>=1.1.0,<1.8",
13
14
# Data loader
15
"pydantic>=1.10.0",
0 commit comments