Closed andrewheusser closed 6 years ago
hey @jeremymanning all checks have passed and I tested locally as well (with and without hdbscan installed). Everything seems to be working on my end
merging...
@andrewheusser can you create a new release (v0.5.1) and push to pip?
👍
This PR removes dependency on
hdbscan
. For some users (conda and maybe more), installation fails when installinghdbscan
(see #195). Ifhdbscan
is already installed (manually), it will continue to work. If it is not installed (but called incluster
orplot
) anImportError
is thrown. This should allowhypertools
to be installable for a larger user base and still supporthdbscan
.