11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-DctrGXdQh9OKMe44jLLHDy7P4ExP/iymMiNBDK5b7vo=";
26 propagatedBuildInputs = [ numpy ];
28 checkInputs = [ pytestCheckHook ];
31 description = "Universal Histogram Interface";
32 homepage = "https://uhi.readthedocs.io/";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ veprbl ];