Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Bump to 1.0.2 #118

Merged
merged 8 commits into from
Apr 15, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions recipes/mne-python_1.0/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.1_1
version: 1.0.2_0
name: MNE-Python
company: MNE-Python Developers

Expand All @@ -16,16 +16,16 @@ initialize_by_default: False
register_python_default: False

# default_prefix will be ignored by macOS .pkg installer!
default_prefix: ${HOME}/mne-python/1.0.1_1 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.0.1_1" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.0.1_1" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.0.1_1" # [win]
default_prefix: ${HOME}/mne-python/1.0.2_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.0.2_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.0.2_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.0.2_0" # [win]

uninstall_name: MNE-Python ${VERSION} (Python ${PYVERSION})

installer_filename: MNE-Python-1.0.1_1-macOS_Intel.pkg # [osx]
installer_filename: MNE-Python-1.0.1_1-Windows.exe # [win]
installer_filename: MNE-Python-1.0.1_1-Linux.sh # [linux]
installer_filename: MNE-Python-1.0.2_0-macOS_Intel.pkg # [osx]
installer_filename: MNE-Python-1.0.2_0-Windows.exe # [win]
installer_filename: MNE-Python-1.0.2_0-Linux.sh # [linux]

post_install: ../../assets/post_install_macOS.sh # [osx]
post_install: ../../assets/post_install_linux.sh # [linux]
Expand Down Expand Up @@ -56,8 +56,8 @@ specs:
- jinja2 <3.1,>=2.10 # Remove once https://github.com/conda-forge/numpydoc-feedstock/pull/17 has been merged
# TODO: ⛔️ ⛔️ ⛔️ REMOVE ASAP STOP ⛔️ ⛔️ ⛔️

- mne =1.0.1=*_0
larsoner marked this conversation as resolved.
Show resolved Hide resolved
- mne-installer-menus =1.0.1=*_0
- mne =1.0.2=*_0
- mne-installer-menus =1.0.2=*_0
- mne-qt-browser ~=0.3.0
- mne-bids ~=0.10.0
- mne-connectivity ~=0.3.0
Expand Down Expand Up @@ -125,4 +125,4 @@ condarc:
- conda-forge
channel_priority: strict
allow_other_channels: False
env_prompt: "(mne-1.0.1_1) "
env_prompt: "(mne-1.0.2_0) "