Skip to content

Commit 8e8a419

Browse files
authored
v0.17.2 (#2395)
1 parent 958d909 commit 8e8a419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ classifiers = [
3838
]
3939
dependencies = [
4040
"hdbscan>=0.8.29",
41+
"umap-learn>=0.5.0",
4142
"numpy>=1.20.0",
4243
"pandas>=1.1.5",
4344
"plotly>=4.7.0",
4445
"scikit-learn>=1.0",
4546
"sentence-transformers>=0.4.1",
4647
"tqdm>=4.41.1",
47-
"umap-learn>=0.5.0",
4848
]
4949

5050
[project.optional-dependencies]
@@ -102,6 +102,7 @@ exclude = ["tests"]
102102

103103
[tool.uv]
104104
constraint-dependencies = ["llvm>0.43.0"]
105+
build-constraint-dependencies = ["llvm>0.43.0"]
105106

106107
[tool.ruff]
107108
line-length = 120

0 commit comments

Comments
 (0)