Skip to content

Commit

Permalink
fix: pin HDBSCAN to cython3 compatible version (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jul 19, 2023
1 parent ca1ab61 commit 3abf7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"numpy",
"pandas",
"umap-learn",
"hdbscan>=0.8.32, <1.0.0",
"hdbscan>=0.8.33, <1.0.0",
"starlette",
"uvicorn",
"psutil",
Expand Down

0 comments on commit 3abf7ed

Please sign in to comment.