1- version : 1.12.0_1
1+ version : 1.12.1_0
22name : MNE-Python
33company : MNE-Python Developers
44# When the version above changes to a new major/minor, it needs to be updated
@@ -24,22 +24,22 @@ temp_extra_files:
2424initialize_by_default : false
2525register_python_default : false
2626
27- default_prefix : ${HOME}/mne-python/1.12.0_1 # [linux]
28- default_prefix : " %USERPROFILE%\\ mne-python\\ 1.12.0_1 " # [win]
29- default_prefix_domain_user : " %LOCALAPPDATA%\\ mne-python\\ 1.12.0_1 " # [win]
30- default_prefix_all_users : " %ALLUSERSPROFILE%\\ mne-python\\ 1.12.0_1 " # [win]
31- default_location_pkg : " Applications/MNE-Python/1.12.0_1 " # [osx]
27+ default_prefix : ${HOME}/mne-python/1.12.1_0 # [linux]
28+ default_prefix : " %USERPROFILE%\\ mne-python\\ 1.12.1_0 " # [win]
29+ default_prefix_domain_user : " %LOCALAPPDATA%\\ mne-python\\ 1.12.1_0 " # [win]
30+ default_prefix_all_users : " %ALLUSERSPROFILE%\\ mne-python\\ 1.12.1_0 " # [win]
31+ default_location_pkg : " Applications/MNE-Python/1.12.1_0 " # [osx]
3232pkg_name : " .mne-python" # [osx]
3333progress_notifications : true # [osx]
3434install_path_exists_error_text : |
3535 {CHOSEN_PATH} already exists. Relaunch the installer and choose another location in the Destination Select step, or remove the existing directory and try again.
3636
3737uninstall_name : MNE-Python ${VERSION} (Python ${PYVERSION})
3838
39- installer_filename : MNE-Python-1.12.0_1 -macOS_Intel.pkg # [osx and not arm64]
40- installer_filename : MNE-Python-1.12.0_1 -macOS_M1.pkg # [osx and arm64]
41- installer_filename : MNE-Python-1.12.0_1 -Windows.exe # [win]
42- installer_filename : MNE-Python-1.12.0_1 -Linux.sh # [linux]
39+ installer_filename : MNE-Python-1.12.1_0 -macOS_Intel.pkg # [osx and not arm64]
40+ installer_filename : MNE-Python-1.12.1_0 -macOS_M1.pkg # [osx and arm64]
41+ installer_filename : MNE-Python-1.12.1_0 -Windows.exe # [win]
42+ installer_filename : MNE-Python-1.12.1_0 -Linux.sh # [linux]
4343
4444post_install : ../../assets/post_install_macOS.sh # [osx]
4545post_install : ../../assets/post_install_linux.sh # [linux]
7070 - mamba =2.5.0
7171 - libmamba =2.5.0
7272 # MNE ecosystem
73- - mne-installer-menu =1.12.0 =* # locally_built
73+ - mne-installer-menu =1.12.1 =* # locally_built
7474 # TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
7575 # - mne-base =1.4dev0=*_20230503
7676 # TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS STOP: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
@@ -174,7 +174,7 @@ specs:
174174 - scikit-learn =1.8.0
175175 - scikit-image =0.26.0 # from rsatoolbox
176176 - imageio-ffmpeg =0.6.0
177- - pandas =2.3.3 # allow_outdated, hedtools
177+ - pandas =3.0.2
178178 - polars =1.40.0
179179 - numpy =2.4.3 # [not (osx and x86_64)]
180180 - numpy =2.3.5 # [osx and x86_64] # allow_outdated, numba
@@ -335,4 +335,4 @@ condarc:
335335 - conda-forge
336336 channel_priority : strict
337337 allow_other_channels : false
338- env_prompt : " (mne-1.12.0_1 ) "
338+ env_prompt : " (mne-1.12.1_0 ) "
0 commit comments