21 buildPythonPackage rec {
24 format = "setuptools";
26 disabled = pythonOlder "3.7";
28 src = fetchFromGitHub {
31 rev = "refs/tags/v${version}";
32 hash = "sha256-djVQkj8ktIOxe1xmi+XuIvdS1WdDzozgTJNJhWAhuBo=";
35 propagatedBuildInputs = [
57 export MNE_SKIP_TESTING_DATASET_TESTS=true
58 export MNE_SKIP_NETWORK_TESTS=1
61 # All tests pass, but Pytest hangs afterwards - probably some thread hasn't terminated
64 pythonImportsCheck = [
69 description = "Magnetoencephelography and electroencephalography in Python";
70 homepage = "https://mne.tools";
71 license = licenses.bsd3;
72 maintainers = with maintainers; [ bcdarwin ];