Skip to content

Commit

Permalink
MAINT: Bump to 1.9.0 (#318)
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 Dec 19, 2024
1 parent 3db0e82 commit eef887c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff
- id: ruff-format
Expand Down
32 changes: 16 additions & 16 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.8.0_0
version: 1.9.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.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]
default_prefix: ${HOME}/mne-python/1.9.0_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.9.0_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.9.0_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.9.0_0" # [win]
default_location_pkg: "Applications/MNE-Python/1.9.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.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]
installer_filename: MNE-Python-1.9.0_0-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.9.0_0-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.9.0_0-Windows.exe # [win]
installer_filename: MNE-Python-1.9.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 @@ -68,8 +68,8 @@ specs:
# - mne-installer-menus =1.4dev0=*_20230503
# - mne-bids =0.11dev0=*_20221007
# TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS STOP: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
- mne =1.8.0=pyside6_*_100
- mne-installer-menus =1.8.0=*_100
- mne =1.9.0=pyside6_*_100
- mne-installer-menus =1.9.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 Down Expand Up @@ -138,7 +138,7 @@ specs:
- openblas =0.3.28
- libblas =3.9.0=*openblas
- jupyter =1.1.1
- jupyterlab =4.3.3
- jupyterlab =4.3.4
- ipykernel =6.29.5
- spyder-kernels =3.0.2
# TODO: Needs to not require pyqt
Expand All @@ -165,7 +165,7 @@ specs:
- tornado =6.4.2
- pyside6 =6.7.3=*_1 # allow_outdated, vtk needs rebuild against 6.8.0 https://github.com/conda-forge/vtk-feedstock/pull/357
- qt6-main =6.7.3 # allow_outdated
- ipympl =0.9.4
- ipympl =0.9.5
- qtpy =2.4.2
- seaborn =0.13.2
- plotly =5.24.1
Expand All @@ -187,7 +187,7 @@ specs:
- pytest-timeout =2.3.1
- pre-commit =4.0.1
- ruff =0.8.3
- uv =0.5.9
- uv =0.5.10
- check-manifest =0.50
- codespell =2.3.0
- py-spy =0.4.0
Expand Down Expand Up @@ -223,4 +223,4 @@ condarc:
- conda-forge
channel_priority: strict
allow_other_channels: false
env_prompt: "(mne-1.8.0_0) "
env_prompt: "(mne-1.9.0_0) "

0 comments on commit eef887c

Please sign in to comment.