Skip to content

Commit c41059a

Browse files
FIX: sync environment.yml with pyproject.toml
1 parent f963e96 commit c41059a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- jupyter
2828
- lazy_loader >=0.3
2929
- mamba
30-
- matplotlib >=3.0
30+
- matplotlib >=3.9
3131
- mffpy >=0.11.0
3232
- mne-qt-browser
3333
- nest-asyncio2
@@ -36,7 +36,7 @@ dependencies:
3636
- nomkl
3737
- noqt5
3838
- numba >=0.35
39-
- numpy >=1.20,<3
39+
- numpy >=1.26,<3
4040
- openmeeg >=2.5.7
4141
- packaging
4242
- pandas >=2.2
@@ -54,7 +54,7 @@ dependencies:
5454
- qdarkstyle !=3.2.2
5555
- qtpy
5656
- scikit-learn >=1.5
57-
- scipy >=1.7
57+
- scipy >=1.13
5858
- sip
5959
- snirf
6060
- statsmodels >=0.6

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ dependencies = [
107107
"decorator >= 5.1",
108108
"jinja2 >= 3.1",
109109
"lazy_loader >= 0.3",
110-
"matplotlib >= 3.0", # released 2024-05-15, will become 3.10 on 2026-12-14
111-
"numpy >= 1.20, < 3", # released 2023-09-16, will become 2.0 on 2026-06-16
110+
"matplotlib >= 3.9", # released 2024-05-15, will become 3.10 on 2026-12-14
111+
"numpy >= 1.26, < 3", # released 2023-09-16, will become 2.0 on 2026-06-16
112112
"packaging",
113113
"pooch >= 1.5",
114-
"scipy >= 1.7", # released 2024-04-02, will become 1.14 on 2026-06-24
114+
"scipy >= 1.13", # released 2024-04-02, will become 1.14 on 2026-06-24
115115
"tqdm >= 4.66",
116116
]
117117
description = "MNE-Python project for MEG and EEG data analysis."

0 commit comments

Comments
 (0)