17 buildPythonPackage rec {
23 # PyPI dist insufficient to run tests
24 src = fetchFromGitHub {
28 sha256 = "18nfdbkffmxzkkbp3d4w8r2kfi0sxip3hy997d3mx6dy74jc7nmg";
31 propagatedBuildInputs = [ numpy scipy ];
33 # all tests pass, but Pytest hangs afterwards - probably some thread hasn't terminated
47 export MNE_SKIP_TESTING_DATASET_TESTS=true
48 export MNE_SKIP_NETWORK_TESTS=1
51 pythonImportsCheck = [ "mne" ];
54 homepage = "https://mne.tools";
55 description = "Magnetoencephelography and electroencephalography in Python";
56 license = licenses.bsd3;
57 maintainers = with maintainers; [ bcdarwin ];