16 buildPythonPackage rec {
17 pname = "graspologic";
22 src = fetchFromGitHub {
26 sha256 = "0lab76qiryxvwl6zrcikhnxil1xywl0wkkm2vzi4v9mdzpa7w29r";
29 propagatedBuildInputs = [
39 checkInputs = [ pytestCheckHook pytestcov ];
40 pytestFlagsArray = [ "tests" "--ignore=docs" "--ignore=tests/test_sklearn.py" ];
41 disabledTests = [ "gridplot_outputs" ];
44 homepage = "https://graspy.neurodata.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 ];