1
- version : 1.6.0_0
1
+ version : 1.6.1_0
2
2
name : MNE-Python
3
3
company : MNE-Python Developers
4
4
# When the version above changes to a new major/minor, it needs to be updated
@@ -18,22 +18,22 @@ conclusion_file: ../../assets/conclusion.rtf # [not win]
18
18
initialize_by_default : false
19
19
register_python_default : false
20
20
21
- default_prefix : ${HOME}/mne-python/1.6.0_0 # [linux]
22
- default_prefix : " %USERPROFILE%\\ mne-python\\ 1.6.0_0 " # [win]
23
- default_prefix_domain_user : " %LOCALAPPDATA%\\ mne-python\\ 1.6.0_0 " # [win]
24
- default_prefix_all_users : " %ALLUSERSPROFILE%\\ mne-python\\ 1.6.0_0 " # [win]
25
- default_location_pkg : " Applications/MNE-Python/1.6.0_0 " # [osx]
21
+ default_prefix : ${HOME}/mne-python/1.6.1_0 # [linux]
22
+ default_prefix : " %USERPROFILE%\\ mne-python\\ 1.6.1_0 " # [win]
23
+ default_prefix_domain_user : " %LOCALAPPDATA%\\ mne-python\\ 1.6.1_0 " # [win]
24
+ default_prefix_all_users : " %ALLUSERSPROFILE%\\ mne-python\\ 1.6.1_0 " # [win]
25
+ default_location_pkg : " Applications/MNE-Python/1.6.1_0 " # [osx]
26
26
pkg_name : " .mne-python" # [osx]
27
27
progress_notifications : true # [osx]
28
28
install_path_exists_error_text : |
29
29
{CHOSEN_PATH} already exists. Relaunch the installer and choose another location in the Destination Select step, or remove the existing directory and try again.
30
30
31
31
uninstall_name : MNE-Python ${VERSION} (Python ${PYVERSION})
32
32
33
- installer_filename : MNE-Python-1.6.0_0 -macOS_Intel.pkg # [osx and not arm64]
34
- installer_filename : MNE-Python-1.6.0_0 -macOS_M1.pkg # [osx and arm64]
35
- installer_filename : MNE-Python-1.6.0_0 -Windows.exe # [win]
36
- installer_filename : MNE-Python-1.6.0_0 -Linux.sh # [linux]
33
+ installer_filename : MNE-Python-1.6.1_0 -macOS_Intel.pkg # [osx and not arm64]
34
+ installer_filename : MNE-Python-1.6.1_0 -macOS_M1.pkg # [osx and arm64]
35
+ installer_filename : MNE-Python-1.6.1_0 -Windows.exe # [win]
36
+ installer_filename : MNE-Python-1.6.1_0 -Linux.sh # [linux]
37
37
38
38
post_install : ../../assets/post_install_macOS.sh # [osx]
39
39
post_install : ../../assets/post_install_linux.sh # [linux]
@@ -137,7 +137,7 @@ specs:
137
137
# various biological signals (ECG, EOG, EMG, …)
138
138
- neurokit2 =0.2.7
139
139
# GitHub client, https://cli.github.com
140
- - gh =2.42.0
140
+ - gh =2.42.1
141
141
# NeuroSpin needs the following
142
142
- questionary =2.0.1
143
143
- pqdm =0.2.0
@@ -194,4 +194,4 @@ condarc:
194
194
- conda-forge
195
195
channel_priority : strict
196
196
allow_other_channels : false
197
- env_prompt : " (mne-1.6.0_0 ) "
197
+ env_prompt : " (mne-1.6.1_0 ) "
0 commit comments