We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eda07 commit c8a8606Copy full SHA for c8a8606
pyproject.toml
@@ -27,8 +27,8 @@ dependencies = [
27
"umap-learn >= 0.5.4",
28
"numba >= 0.57.1",
29
"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"
+ "fast_hdbscan >= 0.2.1",
+ "fast-hbcc >= 0.1.0"
32
]
33
34
[project.urls]
0 commit comments