Skip to content

Commit d9d5a80

Browse files
authored
FIX: Ver (#243)
1 parent 345c63d commit d9d5a80

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

recipes/mne-python/construct.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.6.0_0
1+
version: 1.6.1_0
22
name: MNE-Python
33
company: MNE-Python Developers
44
# 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]
1818
initialize_by_default: false
1919
register_python_default: false
2020

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]
2626
pkg_name: ".mne-python" # [osx]
2727
progress_notifications: true # [osx]
2828
install_path_exists_error_text: |
2929
{CHOSEN_PATH} already exists. Relaunch the installer and choose another location in the Destination Select step, or remove the existing directory and try again.
3030
3131
uninstall_name: MNE-Python ${VERSION} (Python ${PYVERSION})
3232

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]
3737

3838
post_install: ../../assets/post_install_macOS.sh # [osx]
3939
post_install: ../../assets/post_install_linux.sh # [linux]
@@ -137,7 +137,7 @@ specs:
137137
# various biological signals (ECG, EOG, EMG, …)
138138
- neurokit2 =0.2.7
139139
# GitHub client, https://cli.github.com
140-
- gh =2.42.0
140+
- gh =2.42.1
141141
# NeuroSpin needs the following
142142
- questionary =2.0.1
143143
- pqdm =0.2.0
@@ -194,4 +194,4 @@ condarc:
194194
- conda-forge
195195
channel_priority: strict
196196
allow_other_channels: false
197-
env_prompt: "(mne-1.6.0_0) "
197+
env_prompt: "(mne-1.6.1_0) "

0 commit comments

Comments
 (0)