python313Packages.mne-python: rename to mne

This commit is contained in:
Peder Bergebakken Sundt 2025-05-02 21:35:20 +02:00
parent f3ffe3b157
commit 46cfe704a6
3 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@
}:
buildPythonPackage rec {
pname = "mne-python";
pname = "mne";
version = "1.9.0";
pyproject = true;

View file

@ -415,6 +415,7 @@ mapAliases ({
mitmproxy-wireguard = throw "mitmproxy-wireguard has been removed because it was replaced by upstream with mitmproxy-rs"; # added 2023-11-06
mkdocs-awesome-pages-plugin = mkdocs-awesome-nav; # added 2025-03-10
mkdocs-minify = mkdocs-minify-plugin; # added 2023-11-28
mne-python = mne; # added 2025-05-02
modestmaps = throw "modestmaps is unmaintained and was never enabled for anything except Python27"; # Added 2025-03-23
mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
mox3 = throw "mox3 was removed because it is unmaintained"; # added 2024-08-30

View file

@ -8973,7 +8973,7 @@ self: super: with self; {
mmtf-python = callPackage ../development/python-modules/mmtf-python { };
mne-python = callPackage ../development/python-modules/mne-python { };
mne = callPackage ../development/python-modules/mne { };
mnemonic = callPackage ../development/python-modules/mnemonic { };