From c1f2d18e1cf129915ba79f1c805dbd8bf3b8c554 Mon Sep 17 00:00:00 2001 From: Jeremie DECOCK Date: Thu, 5 Apr 2018 15:09:12 +0200 Subject: [PATCH] Add an environment.yml file to let users share the same conda virtual environment. --- environment.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 00000000..d87188e6 --- /dev/null +++ b/environment.yml @@ -0,0 +1,36 @@ +name: pysap +channels: + - conda-forge +dependencies: + - python=3.6 + - scipy>=1.0.0 + - numpy>=1.11.0 + - matplotlib>=2.1.2 + - future>=0.16.0 + - astropy==2.0.4 + - pyqtgraph>=0.10.0 + - progressbar2>=3.34.3 + - PySide>=1.2.2 + - ipython + - ipywidgets + - cython + - jupyter + - notebook + - docutils + - pep8 + - pytest + - pytest-cov + - readline + - setuptools + - sphinx + - sphinx_rtd_theme + - sphinx-automodapi + - sphinxcontrib + - sphinxcontrib-websupport + - wheel + - yaml + - zlib + - pip: + - pytest_runner + - nibabel + - modopt