python3Packages.hdbscan: add imports check
This commit is contained in:
parent
7c2893ed09
commit
ab7c78ff9c
@ -44,6 +44,8 @@ buildPythonPackage rec {
|
||||
"test_hdbscan_boruvka_balltree_matches"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "hdbscan" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Hierarchical Density-Based Spatial Clustering of Applications with Noise, a clustering algorithm with a scikit-learn compatible API";
|
||||
homepage = "https://github.com/scikit-learn-contrib/hdbscan";
|
||||
|
Loading…
Reference in New Issue
Block a user