forked from mne-tools/mne-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
44 lines (44 loc) · 879 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
name: mne
channels:
- defaults
- clinicalgraphics # Needed for VTK
dependencies:
- python=3.6.1
- pip
- mkl
- numpy
- scipy
- matplotlib
- pyqt=5
- vtk>=7
- pandas
- scikit-learn
- h5py
- pillow
- statsmodels
- jupyter
- nose
- pytest
- pytest-cov
- sphinx
- joblib
- psutil
- numpydoc
- flake8
- spyder
- pip:
- mne
- "git+https://github.com/enthought/traits.git@a7a83182048c08923953e302658b51b68c802132"
- "git+https://github.com/enthought/pyface.git@13a064de48adda3c880350545717d8cf8929afad"
- "git+https://github.com/enthought/traitsui.git@ee8ef0a34dfc1db18a8e2c0301cc18d96b7a3e2f"
- "git+https://github.com/enthought/mayavi.git"
- "git+https://github.com/nipy/PySurfer.git"
- nitime
- nibabel
- nilearn
- neo
- pytest-sugar
- pytest-faulthandler
- pydocstyle
- sphinx_bootstrap_theme
- git+https://github.com/sphinx-gallery/sphinx-gallery.git