Skip to content

Commit 9e5a929

Browse files
[pre-commit.ci] pre-commit autoupdate (#13262)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 68b5523 commit 9e5a929

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.11.10
4+
rev: v0.11.11
55
hooks:
66
- id: ruff
77
name: ruff lint mne
@@ -82,7 +82,7 @@ repos:
8282

8383
# zizmor
8484
- repo: https://github.com/woodruffw/zizmor-pre-commit
85-
rev: v1.7.0
85+
rev: v1.8.0
8686
hooks:
8787
- id: zizmor
8888

doc/sphinxext/mne_doc_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def reset_warnings(gallery_conf, fname):
7575
for message in (
7676
# Matplotlib
7777
".*is non-interactive, and thus cannot.*",
78+
# pybtex
79+
".*pkg_resources is deprecated as an API.*",
7880
):
7981
warnings.filterwarnings(
8082
"ignore",

tools/install_pre_requirements.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
2626
"pandas>=3.0.0.dev0" \
2727
"dipy>=1.10.0.dev0" \
2828
"pyarrow>=20.0.0.dev0" \
29-
"tables>=3.10.3.dev0" \
30-
"statsmodels>=0.15.0.dev0"
29+
"tables>=3.10.3.dev0"
3130
# TODO: should have above: "h5py>=3.12.1"
3231
# https://github.com/h5py/h5py/issues/2563
33-
# SciPy is broken https://github.com/scipy/scipy/issues/22981
34-
python -m pip install "scipy==1.15.0"
32+
# TODO: should have above: "statsmodels>=0.15.0.dev0"
33+
# https://github.com/statsmodels/statsmodels/issues/9572
3534

3635
# No Numba because it forces an old NumPy version
3736

0 commit comments

Comments
 (0)