1- version : 1.9 .0_0
1+ version : 1.10 .0_0
22name : MNE-Python
33company : 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]
1818initialize_by_default : false
1919register_python_default : false
2020
21- default_prefix : ${HOME}/mne-python/1.9 .0_0 # [linux]
22- default_prefix : " %USERPROFILE%\\ mne-python\\ 1.9 .0_0" # [win]
23- default_prefix_domain_user : " %LOCALAPPDATA%\\ mne-python\\ 1.9 .0_0" # [win]
24- default_prefix_all_users : " %ALLUSERSPROFILE%\\ mne-python\\ 1.9 .0_0" # [win]
25- default_location_pkg : " Applications/MNE-Python/1.9 .0_0" # [osx]
21+ default_prefix : ${HOME}/mne-python/1.10 .0_0 # [linux]
22+ default_prefix : " %USERPROFILE%\\ mne-python\\ 1.10 .0_0" # [win]
23+ default_prefix_domain_user : " %LOCALAPPDATA%\\ mne-python\\ 1.10 .0_0" # [win]
24+ default_prefix_all_users : " %ALLUSERSPROFILE%\\ mne-python\\ 1.10 .0_0" # [win]
25+ default_location_pkg : " Applications/MNE-Python/1.10 .0_0" # [osx]
2626pkg_name : " .mne-python" # [osx]
2727progress_notifications : true # [osx]
2828install_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
3131uninstall_name : MNE-Python ${VERSION} (Python ${PYVERSION})
3232
33- installer_filename : MNE-Python-1.9 .0_0-macOS_Intel.pkg # [osx and not arm64]
34- installer_filename : MNE-Python-1.9 .0_0-macOS_M1.pkg # [osx and arm64]
35- installer_filename : MNE-Python-1.9 .0_0-Windows.exe # [win]
36- installer_filename : MNE-Python-1.9 .0_0-Linux.sh # [linux]
33+ installer_filename : MNE-Python-1.10 .0_0-macOS_Intel.pkg # [osx and not arm64]
34+ installer_filename : MNE-Python-1.10 .0_0-macOS_M1.pkg # [osx and arm64]
35+ installer_filename : MNE-Python-1.10 .0_0-Windows.exe # [win]
36+ installer_filename : MNE-Python-1.10 .0_0-Linux.sh # [linux]
3737
3838post_install : ../../assets/post_install_macOS.sh # [osx]
3939post_install : ../../assets/post_install_linux.sh # [linux]
6767 # TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
6868 # - mne-base =1.4dev0=*_20230503
6969 # TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS STOP: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
70- - mne =1.9 .0=*_pyside6_*_102
71- - mne-installer-menu =1.9 .0=* # locally_built
70+ - mne =1.10 .0=*_pyside6_*_100
71+ - mne-installer-menu =1.10 .0=* # locally_built
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
@@ -115,7 +115,7 @@ specs:
115115 - yasa =0.6.5
116116 # various biological signals (ECG, EOG, EMG, …)
117117 - neurokit2 =0.2.10
118- - mnelab =1.0.2
118+ - mnelab =1.0.3
119119 # other
120120 - pyriemann =0.8
121121 - pyprep =0.4.3=*_1
@@ -196,7 +196,7 @@ specs:
196196 - termcolor =3.1.0
197197 - defusedxml =0.7.1
198198 # Development
199- - gh =2.75.0
199+ - gh =2.75.1
200200 - setuptools_scm =8.3.1
201201 - pytest =8.4.1
202202 - pytest-cov =6.2.1
@@ -205,7 +205,7 @@ specs:
205205 - flaky =3.8.1
206206 - pre-commit =4.2.0
207207 - ruff =0.12.3
208- - uv =0.7.20
208+ - uv =0.7.21
209209 - check-manifest =0.50
210210 - codespell =2.4.1
211211 - py-spy =0.4.0
@@ -214,12 +214,12 @@ specs:
214214 - twine =6.1.0
215215 - hatchling =1.27.0
216216 - hatch-vcs =0.5.0
217- - mypy =1.16.1
217+ - mypy =1.17.0
218218 - towncrier =24.8.0
219219 - vulture =2.14
220220 - grayskull =2.9.1
221221 - conda-build =25.5.0
222- - conda-smithy =3.51.0
222+ - conda-smithy =3.51.1
223223 - constructor =3.11.3
224224 - menuinst =2.3.0
225225 - conda-standalone =24.11.0
@@ -249,4 +249,4 @@ condarc:
249249 - conda-forge
250250 channel_priority : strict
251251 allow_other_channels : false
252- env_prompt : " (mne-1.9 .0_0) "
252+ env_prompt : " (mne-1.10 .0_0) "
0 commit comments