mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
python313Packages.mne-python: rename to mne
This commit is contained in:
parent
f3ffe3b157
commit
46cfe704a6
3 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mne-python";
|
pname = "mne";
|
||||||
version = "1.9.0";
|
version = "1.9.0";
|
||||||
pyproject = true;
|
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
|
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-awesome-pages-plugin = mkdocs-awesome-nav; # added 2025-03-10
|
||||||
mkdocs-minify = mkdocs-minify-plugin; # added 2023-11-28
|
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
|
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
|
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
|
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 { };
|
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 { };
|
mnemonic = callPackage ../development/python-modules/mnemonic { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue