python3Packages.hdbscan: add imports check

This commit is contained in:
Martin Weinelt 2021-09-01 21:24:07 +02:00
parent 7c2893ed09
commit ab7c78ff9c

View File

@ -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";