Skip to content

Commit

Permalink
remove fixed dep for joblib
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird authored Jul 8, 2023
1 parent b1730c1 commit b6e3b44
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 @@ -22,7 +22,7 @@ dependencies = [
"seaborn",
"scipy",
"hdbscan",
"joblib==1.1.0",
"joblib",
"cython", # for hdbscan 0.8.27 or similar
"numba >=0.53.1",
"plotly >=5.6.0",
Expand Down

0 comments on commit b6e3b44

Please sign in to comment.