Skip to content

Commit 16c220d

Browse files
pre-commit-ci[bot]mne-botlarsoner
authored
[pre-commit.ci] pre-commit autoupdate (#13779)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: mne[bot] <50266005+mne-bot@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 1931320 commit 16c220d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Ruff mne
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.15.6
4+
rev: v0.15.7
55
hooks:
66
- id: ruff-check
77
name: ruff lint mne

tools/install_pre_requirements.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
3535
"statsmodels>=0.15.0.dev0" \
3636
"h5py>=3.13.0"
3737
echo "::endgroup::"
38+
# Until https://github.com/scikit-learn/scikit-learn/issues/33616 is fixed
39+
python -m pip install $STD_ARGS --only-binary ":all:" "scipy==1.17.1"
3840
# No Numba because it forces an old NumPy version
3941

4042
echo "::group::VTK"

0 commit comments

Comments
 (0)