Skip to content

Commit a1ab052

Browse files
MAINT: Bump to 1.8.0 (#290)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 3e73bcb commit a1ab052

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

recipes/mne-python/construct.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.7.1_0
1+
version: 1.8.0_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.7.1_0 # [linux]
22-
default_prefix: "%USERPROFILE%\\mne-python\\1.7.1_0" # [win]
23-
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.7.1_0" # [win]
24-
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.7.1_0" # [win]
25-
default_location_pkg: "Applications/MNE-Python/1.7.1_0" # [osx]
21+
default_prefix: ${HOME}/mne-python/1.8.0_0 # [linux]
22+
default_prefix: "%USERPROFILE%\\mne-python\\1.8.0_0" # [win]
23+
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.8.0_0" # [win]
24+
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.8.0_0" # [win]
25+
default_location_pkg: "Applications/MNE-Python/1.8.0_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.7.1_0-macOS_Intel.pkg # [osx and not arm64]
34-
installer_filename: MNE-Python-1.7.1_0-macOS_M1.pkg # [osx and arm64]
35-
installer_filename: MNE-Python-1.7.1_0-Windows.exe # [win]
36-
installer_filename: MNE-Python-1.7.1_0-Linux.sh # [linux]
33+
installer_filename: MNE-Python-1.8.0_0-macOS_Intel.pkg # [osx and not arm64]
34+
installer_filename: MNE-Python-1.8.0_0-macOS_M1.pkg # [osx and arm64]
35+
installer_filename: MNE-Python-1.8.0_0-Windows.exe # [win]
36+
installer_filename: MNE-Python-1.8.0_0-Linux.sh # [linux]
3737

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

@@ -86,8 +86,8 @@ specs:
8686
- mne-icalabel =0.7.0
8787
- mne-gui-addons =0.1=*_1
8888
- mne-lsl =1.5.0
89+
- mne-kit-gui =1.3.0
8990
- autoreject =0.4.3
90-
- mne-kit-gui =1.2.0=*_2
9191
# MRI
9292
- fsleyes =1.12.4
9393
- dcm2niix =1.0.20240202
@@ -108,7 +108,7 @@ specs:
108108
- sleepecg =0.5.8
109109
- yasa =0.6.5
110110
# various biological signals (ECG, EOG, EMG, …)
111-
- neurokit2 =0.2.9
111+
- neurokit2 =0.2.10
112112
- mnelab =0.9.1
113113
# other
114114
- pyriemann =0.6
@@ -129,9 +129,9 @@ specs:
129129
- pyface =8.0.0=*_1
130130
- imageio-ffmpeg =0.5.1
131131
- pandas =2.2.2
132-
- polars =1.2.1
132+
- polars =1.4.0
133133
- scipy =1.14.0
134-
- openblas =0.3.27
134+
- openblas =0.3.27 # allow_outdated, scipy / numpy not updated yet
135135
- libblas =3.9.0=*openblas
136136
- jupyter =1.0.0
137137
- jupyterlab =4.2.4
@@ -156,7 +156,7 @@ specs:
156156
# Viz
157157
# matplotilb is just matplotlib-base, tornado, and pyqt
158158
# https://github.com/conda-forge/matplotlib-feedstock/blob/main/recipe/meta.yaml
159-
- matplotlib-base =3.9.1
159+
- matplotlib-base =3.9.2
160160
- tornado =6.4.1
161161
- pyside6 =6.7.2=*_1
162162
- qt6-main =6.7.2
@@ -181,8 +181,8 @@ specs:
181181
- pytest-qt =4.4.0
182182
- pytest-timeout =2.3.1
183183
- pre-commit =3.8.0
184-
- ruff =0.5.7
185-
- uv =0.2.36
184+
- ruff =0.6.1
185+
- uv =0.2.37
186186
- check-manifest =0.49.0
187187
- codespell =2.3.0
188188
- py-spy =0.3.14
@@ -218,4 +218,4 @@ condarc:
218218
- conda-forge
219219
channel_priority: strict
220220
allow_other_channels: false
221-
env_prompt: "(mne-1.7.1_0) "
221+
env_prompt: "(mne-1.8.0_0) "

0 commit comments

Comments
 (0)