Skip to content

Commit ed90bb8

Browse files
dependabot[bot]autofix-ci[bot]larsoner
authored
Bump autofix-ci/action from 1.3.3 to 1.3.4 in the actions group (#438)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent dbd1103 commit ed90bb8

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/outdated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
python-version: "3.12"
2222
- run: pip install packaging requests pyyaml
2323
- run: python tests/test_outdated.py # can update the file in place
24-
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
24+
- uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a
2525
if: failure()

mne-installer-menu/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: "mne-installer-menu"
3-
version: "1.12.0"
3+
version: "1.12.1"
44

55
build:
66
number: 0

recipes/mne-python/construct.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.12.0_1
1+
version: 1.12.1_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
@@ -24,22 +24,22 @@ temp_extra_files:
2424
initialize_by_default: false
2525
register_python_default: false
2626

27-
default_prefix: ${HOME}/mne-python/1.12.0_1 # [linux]
28-
default_prefix: "%USERPROFILE%\\mne-python\\1.12.0_1" # [win]
29-
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.12.0_1" # [win]
30-
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.12.0_1" # [win]
31-
default_location_pkg: "Applications/MNE-Python/1.12.0_1" # [osx]
27+
default_prefix: ${HOME}/mne-python/1.12.1_0 # [linux]
28+
default_prefix: "%USERPROFILE%\\mne-python\\1.12.1_0" # [win]
29+
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.12.1_0" # [win]
30+
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.12.1_0" # [win]
31+
default_location_pkg: "Applications/MNE-Python/1.12.1_0" # [osx]
3232
pkg_name: ".mne-python" # [osx]
3333
progress_notifications: true # [osx]
3434
install_path_exists_error_text: |
3535
{CHOSEN_PATH} already exists. Relaunch the installer and choose another location in the Destination Select step, or remove the existing directory and try again.
3636
3737
uninstall_name: MNE-Python ${VERSION} (Python ${PYVERSION})
3838

39-
installer_filename: MNE-Python-1.12.0_1-macOS_Intel.pkg # [osx and not arm64]
40-
installer_filename: MNE-Python-1.12.0_1-macOS_M1.pkg # [osx and arm64]
41-
installer_filename: MNE-Python-1.12.0_1-Windows.exe # [win]
42-
installer_filename: MNE-Python-1.12.0_1-Linux.sh # [linux]
39+
installer_filename: MNE-Python-1.12.1_0-macOS_Intel.pkg # [osx and not arm64]
40+
installer_filename: MNE-Python-1.12.1_0-macOS_M1.pkg # [osx and arm64]
41+
installer_filename: MNE-Python-1.12.1_0-Windows.exe # [win]
42+
installer_filename: MNE-Python-1.12.1_0-Linux.sh # [linux]
4343

4444
post_install: ../../assets/post_install_macOS.sh # [osx]
4545
post_install: ../../assets/post_install_linux.sh # [linux]
@@ -70,7 +70,7 @@ specs:
7070
- mamba =2.5.0
7171
- libmamba =2.5.0
7272
# MNE ecosystem
73-
- mne-installer-menu =1.12.0=* # locally_built
73+
- mne-installer-menu =1.12.1=* # locally_built
7474
# TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
7575
# - mne-base =1.4dev0=*_20230503
7676
# TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS STOP: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
@@ -174,7 +174,7 @@ specs:
174174
- scikit-learn =1.8.0
175175
- scikit-image =0.26.0 # from rsatoolbox
176176
- imageio-ffmpeg =0.6.0
177-
- pandas =2.3.3 # allow_outdated, hedtools
177+
- pandas =3.0.2
178178
- polars =1.40.0
179179
- numpy =2.4.3 # [not (osx and x86_64)]
180180
- numpy =2.3.5 # [osx and x86_64] # allow_outdated, numba
@@ -335,4 +335,4 @@ condarc:
335335
- conda-forge
336336
channel_priority: strict
337337
allow_other_channels: false
338-
env_prompt: "(mne-1.12.0_1) "
338+
env_prompt: "(mne-1.12.1_0) "

0 commit comments

Comments
 (0)