Skip to content

Commit

Permalink
Add an environment.yml file to let users share the same conda virtual…
Browse files Browse the repository at this point in the history
… environment.
  • Loading branch information
jeremiedecock committed Apr 5, 2018
1 parent 38c0d43 commit c1f2d18
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c1f2d18

Please sign in to comment.