diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd1bc36a544..458d447411f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Ruff mne - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.11 + rev: v0.12.12 hooks: - id: ruff-check name: ruff lint mne diff --git a/tools/install_pre_requirements.sh b/tools/install_pre_requirements.sh index 3ab8a424daa..3104e84ecb9 100755 --- a/tools/install_pre_requirements.sh +++ b/tools/install_pre_requirements.sh @@ -32,9 +32,9 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \ "dipy>=1.10.0.dev0" \ "tables>=3.10.3.dev0" \ "statsmodels>=0.15.0.dev697" \ + "pyarrow>=22.0.0.dev0" \ "h5py>=3.13.0" echo "::endgroup::" -# No "pyarrow>=22.0.0.dev0" because of https://github.com/apache/arrow/issues/47308 # No Numba because it forces an old NumPy version echo "::group::VTK"