We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a10386 commit 6dc3a32Copy full SHA for 6dc3a32
.pre-commit-config.yaml
@@ -78,7 +78,7 @@ repos:
78
language: python
79
entry: ./tools/hooks/sync_dependencies.py
80
files: pyproject.toml
81
- additional_dependencies: ["mne"]
+ additional_dependencies: ["mne==1.9.0"]
82
83
# zizmor
84
- repo: https://github.com/woodruffw/zizmor-pre-commit
README.rst
@@ -72,7 +72,7 @@ The minimum required dependencies to run MNE-Python are:
72
73
.. ↓↓↓ BEGIN CORE DEPS LIST. DO NOT EDIT! HANDLED BY PRE-COMMIT HOOK ↓↓↓
74
75
-- `Python <https://www.python.org>`__ ≥ 3.9
+- `Python <https://www.python.org>`__ ≥ 3.10
76
- `NumPy <https://numpy.org>`__ ≥ 1.23
77
- `SciPy <https://scipy.org>`__ ≥ 1.9
- `Matplotlib <https://matplotlib.org>`__ ≥ 3.6
0 commit comments