16 buildPythonPackage rec {
17 pname = "graspologic";
22 src = fetchFromGitHub {
26 sha256 = "sha256-mzJ3eFo77gnOh/Vs9u68yFDZW3ilXtcCCwKahKyRRmc=";
29 propagatedBuildInputs = [
39 checkInputs = [ pytestCheckHook pytest-cov ];
40 pytestFlagsArray = [ "tests" "--ignore=docs" "--ignore=tests/test_sklearn.py" ];
41 disabledTests = [ "gridplot_outputs" ];
44 homepage = "https://graspologic.readthedocs.io";
45 description = "A package for graph statistical algorithms";
46 license = licenses.asl20; # changing to `licenses.mit` in next release
47 maintainers = with maintainers; [ bcdarwin ];
48 # graspologic-native is not available