Skip to content

Commit

Permalink
MAINT: Bump to 1.8.0 (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
larsoner and autofix-ci[bot] authored Aug 19, 2024
1 parent 3e73bcb commit a1ab052
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.7.1_0
version: 1.8.0_0
name: MNE-Python
company: MNE-Python Developers
# When the version above changes to a new major/minor, it needs to be updated
Expand All @@ -18,22 +18,22 @@ conclusion_file: ../../assets/conclusion.rtf # [not win]
initialize_by_default: false
register_python_default: false

default_prefix: ${HOME}/mne-python/1.7.1_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.7.1_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.7.1_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.7.1_0" # [win]
default_location_pkg: "Applications/MNE-Python/1.7.1_0" # [osx]
default_prefix: ${HOME}/mne-python/1.8.0_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.8.0_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.8.0_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.8.0_0" # [win]
default_location_pkg: "Applications/MNE-Python/1.8.0_0" # [osx]
pkg_name: ".mne-python" # [osx]
progress_notifications: true # [osx]
install_path_exists_error_text: |
{CHOSEN_PATH} already exists. Relaunch the installer and choose another location in the Destination Select step, or remove the existing directory and try again.
uninstall_name: MNE-Python ${VERSION} (Python ${PYVERSION})

installer_filename: MNE-Python-1.7.1_0-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.7.1_0-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.7.1_0-Windows.exe # [win]
installer_filename: MNE-Python-1.7.1_0-Linux.sh # [linux]
installer_filename: MNE-Python-1.8.0_0-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.8.0_0-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.8.0_0-Windows.exe # [win]
installer_filename: MNE-Python-1.8.0_0-Linux.sh # [linux]

post_install: ../../assets/post_install_macOS.sh # [osx]
post_install: ../../assets/post_install_linux.sh # [linux]
Expand Down Expand Up @@ -67,8 +67,8 @@ specs:
# - mne-installer-menus =1.4dev0=*_20230503
# - mne-bids =0.11dev0=*_20221007
# TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS STOP: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
- mne =1.7.1=pyside6_*_102
- mne-installer-menus =1.7.1=*_0
- mne =1.8.0=pyside6_*_100
- mne-installer-menus =1.8.0=*_100
# For testing purposes with build_local.sh, you can comment out all deps
# below for speed, and change mne to mne-base above

Expand All @@ -86,8 +86,8 @@ specs:
- mne-icalabel =0.7.0
- mne-gui-addons =0.1=*_1
- mne-lsl =1.5.0
- mne-kit-gui =1.3.0
- autoreject =0.4.3
- mne-kit-gui =1.2.0=*_2
# MRI
- fsleyes =1.12.4
- dcm2niix =1.0.20240202
Expand All @@ -108,7 +108,7 @@ specs:
- sleepecg =0.5.8
- yasa =0.6.5
# various biological signals (ECG, EOG, EMG, …)
- neurokit2 =0.2.9
- neurokit2 =0.2.10
- mnelab =0.9.1
# other
- pyriemann =0.6
Expand All @@ -129,9 +129,9 @@ specs:
- pyface =8.0.0=*_1
- imageio-ffmpeg =0.5.1
- pandas =2.2.2
- polars =1.2.1
- polars =1.4.0
- scipy =1.14.0
- openblas =0.3.27
- openblas =0.3.27 # allow_outdated, scipy / numpy not updated yet
- libblas =3.9.0=*openblas
- jupyter =1.0.0
- jupyterlab =4.2.4
Expand All @@ -156,7 +156,7 @@ specs:
# Viz
# matplotilb is just matplotlib-base, tornado, and pyqt
# https://github.com/conda-forge/matplotlib-feedstock/blob/main/recipe/meta.yaml
- matplotlib-base =3.9.1
- matplotlib-base =3.9.2
- tornado =6.4.1
- pyside6 =6.7.2=*_1
- qt6-main =6.7.2
Expand All @@ -181,8 +181,8 @@ specs:
- pytest-qt =4.4.0
- pytest-timeout =2.3.1
- pre-commit =3.8.0
- ruff =0.5.7
- uv =0.2.36
- ruff =0.6.1
- uv =0.2.37
- check-manifest =0.49.0
- codespell =2.3.0
- py-spy =0.3.14
Expand Down Expand Up @@ -218,4 +218,4 @@ condarc:
- conda-forge
channel_priority: strict
allow_other_channels: false
env_prompt: "(mne-1.7.1_0) "
env_prompt: "(mne-1.8.0_0) "

0 comments on commit a1ab052

Please sign in to comment.