Skip to content

Commit

Permalink
add conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Aug 31, 2017
1 parent c174607 commit 634f6bd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: mne
channels:
- defaults
- conda-forge
- menpo # for mayavi
dependencies:
- python=3.6
- pip
- mkl
- numpy
- scipy
- matplotlib
- pandas
- scikit-learn
- jupyter
- ipython
- statsmodels
- h5py
- vtk
- mayavi
- pip:
- -e git+git://github.com/nipy/PySurfer.git
- nibabel
- neo
- pillow
- nose
- pytest
- pytest-cov
- sphinx
- sphinx_bootstrap_theme
- numpydoc
- sphinx-gallery

0 comments on commit 634f6bd

Please sign in to comment.