Skip to content

Commit

Permalink
Merge pull request #44 from jeremiedecock/master
Browse files Browse the repository at this point in the history
Add an environment.yml file to let users share the same conda virtual environment
  • Loading branch information
AGrigis committed Jul 4, 2018
2 parents 85c2bce + c1f2d18 commit 25606e1
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 25606e1

Please sign in to comment.