Skip to content

Commit c8a8606

Browse files
committed
use fast_hdbscan and fast-hbcc releases
1 parent c1eda07 commit c8a8606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies = [
2727
"umap-learn >= 0.5.4",
2828
"numba >= 0.57.1",
2929
"pynndescent >= 0.5.13",
30-
"fast_hdbscan @ git+https://github.com/TutteInstitute/fast_hdbscan.git@main#egg=fast_hdbscan",
31-
"fast_hbcc @ git+https://github.com/vda-lab/fast_hbcc.git@main#egg=fast_hbcc"
30+
"fast_hdbscan >= 0.2.1",
31+
"fast-hbcc >= 0.1.0"
3232
]
3333

3434
[project.urls]

0 commit comments

Comments
 (0)