Skip to content

Commit 391ab19

Browse files
committed
Pin scikit-learn below 1.8 until hdbscan/umap issues resolved.
1 parent 8c9a851 commit 391ab19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ requires-python = ">=3.10"
77
dependencies = [
88
# Core dependencies
99
"pandas>=1.5.0",
10-
"scikit-learn>=1.1.0",
10+
# 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",
1113

1214
# Data loader
1315
"pydantic>=1.10.0",

0 commit comments

Comments
 (0)