Skip to content

Commit 6dc3a32

Browse files
committed
FIX: Ver
1 parent 3a10386 commit 6dc3a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repos:
7878
language: python
7979
entry: ./tools/hooks/sync_dependencies.py
8080
files: pyproject.toml
81-
additional_dependencies: ["mne"]
81+
additional_dependencies: ["mne==1.9.0"]
8282

8383
# zizmor
8484
- repo: https://github.com/woodruffw/zizmor-pre-commit

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The minimum required dependencies to run MNE-Python are:
7272

7373
.. ↓↓↓ BEGIN CORE DEPS LIST. DO NOT EDIT! HANDLED BY PRE-COMMIT HOOK ↓↓↓
7474
75-
- `Python <https://www.python.org>`__ ≥ 3.9
75+
- `Python <https://www.python.org>`__ ≥ 3.10
7676
- `NumPy <https://numpy.org>`__ ≥ 1.23
7777
- `SciPy <https://scipy.org>`__ ≥ 1.9
7878
- `Matplotlib <https://matplotlib.org>`__ ≥ 3.6

0 commit comments

Comments
 (0)