[074d3d]: / tools / environment_minimal.yml

Download this file

16 lines (15 with data), 183 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
name: mne
channels:
- conda-forge
dependencies:
- python>=3.9
- pip
- numpy
- scipy
- matplotlib
- tqdm
- pooch
- decorator
- packaging
- jinja2
- lazy_loader