Skip to content

Commit 4693515

Browse files
committed
run pre-commit
1 parent 9d799c4 commit 4693515

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,15 @@ The minimum required dependencies to run MNE-Python are:
7575

7676
.. ↓↓↓ BEGIN CORE DEPS LIST. DO NOT EDIT! HANDLED BY PRE-COMMIT HOOK ↓↓↓
7777
- `Python <https://www.python.org>`__ ≥ 3.9
78-
- `NumPy <https://numpy.org>`__ ≥ 1.24
79-
- `SciPy <https://scipy.org>`__ ≥ 1.10
78+
- `NumPy <https://numpy.org>`__ ≥ 1.23, < 3
79+
- `SciPy <https://scipy.org>`__ ≥ 1.9
8080
- `Matplotlib <https://matplotlib.org>`__ ≥ 3.6
8181
- `Pooch <https://www.fatiando.org/pooch/latest/>`__ ≥ 1.5
8282
- `tqdm <https://tqdm.github.io>`__
8383
- `Jinja2 <https://palletsprojects.com/p/jinja/>`__
8484
- `decorator <https://github.com/micheles/decorator>`__
85-
- `lazy_loader <https://pypi.org/project/lazy_loader/>`__
85+
- `lazy-loader <https://pypi.org/project/lazy_loader>`__ ≥ 0.3
86+
- `packaging <https://packaging.pypa.io/en/stable/>`__
8687
.. ↑↑↑ END CORE DEPS LIST. DO NOT EDIT! HANDLED BY PRE-COMMIT HOOK ↑↑↑
8788
8889
For full functionality, some functions require:

0 commit comments

Comments
 (0)