python313Packages.mne-python: rename to mne
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mne-python";
|
||||
pname = "mne";
|
||||
version = "1.9.0";
|
||||
pyproject = true;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user