From 634f6bd1f016aa367e725d6c6cc5395303c59686 Mon Sep 17 00:00:00 2001 From: Alexandre Gramfort Date: Thu, 31 Aug 2017 15:01:47 +0200 Subject: [PATCH] add conda env file --- environment.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 00000000000..4eb548ce560 --- /dev/null +++ b/environment.yml @@ -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