forked from mne-tools/mne-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
52 lines (52 loc) · 826 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: base
channels:
- defaults
dependencies:
- python>=3.5
- pip
- mkl
- numpy
- scipy
- matplotlib
- numba
- pyqt>=5.9
- pandas>=0.18
- xlrd
- scikit-learn
- h5py
- pillow
- statsmodels
- jupyter
- pytest<5.4
- pytest-cov
- pytest-mock
- pytest-timeout
- pytest-xdist
- joblib
- psutil
- flake8
- numexpr
- traits>=4.6.0
- pyface>=6
- traitsui>=6
- imageio>=2.6.1
- pip:
- -i "https://pypi.org/simple/"
- -f "https://vtk.org/download"
- mne
- https://github.com/numpy/numpydoc/archive/master.zip
- imageio-ffmpeg>=0.4.1
- vtk
- pyvista>=0.24
- https://github.com/enthought/mayavi/archive/master.zip
- PySurfer[save_movie]
- dipy --only-binary dipy
- nibabel
- nilearn
- neo
- pytest-sugar
- pydocstyle
- codespell
- python-picard
- tqdm
- PyQt5>=5.10,<5.14; platform_system == "Darwin"