5 , pytestCheckHook , pytestcov , numba
11 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "0qdnb1l4hz4dgwhapz1fp9sb2vxxvr8h2ngsbvyf50h3kapcn19r";
24 propagatedBuildInputs = [
31 checkInputs = [ pytestCheckHook pytestcov ];
32 pytestFlagsArray = [ "--ignore=docs" ];
35 homepage = "https://github.com/neurodata/hyppo";
36 description = "Indepedence testing in Python";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ bcdarwin ];