Skip to content

Commit

Permalink
add working env for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Sep 1, 2017
1 parent 634f6bd commit a3869a6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ dependencies:
- vtk
- mayavi
- pip:
- -e git+git://github.com/nipy/PySurfer.git
- "git+https://github.com/nipy/PySurfer.git"
- nibabel
- nilearn
- neo
- pillow
- nose
Expand Down
35 changes: 35 additions & 0 deletions environment_osx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: mne
channels:
- defaults
- conda-forge
- clinicalgraphics # for vtk
dependencies:
- python=3.6
- pip
- mkl
- numpy
- scipy
- matplotlib
- pyqt=4.11.4
- qt=4.8.7
- pandas
- scikit-learn
- jupyter
- ipython
- statsmodels
- h5py
- vtk
- pip:
- mayavi
- "git+https://github.com/nipy/PySurfer.git"
- nibabel
- nilearn
- neo
- pillow
- nose
- pytest
- pytest-cov
- sphinx
- sphinx_bootstrap_theme
- numpydoc
- sphinx-gallery

0 comments on commit a3869a6

Please sign in to comment.