15 buildPythonPackage rec {
21 inherit pname version;
22 sha256 = "sha256-bn2QrbsfqUJim84vH5tt5T6h3YsGAlgu9GCMiNQ0OHQ=";
25 checkInputs = [ pytestCheckHook ];
26 buildInputs = [ cython ];
27 propagatedBuildInputs = [ numpy scipy matplotlib networkx nibabel ];
30 homepage = "https://nipy.org/nitime";
31 description = "Algorithms and containers for time-series analysis in time and spectral domains";
32 license = licenses.bsd3;
33 maintainers = [ maintainers.bcdarwin ];