Added environment.yml

This commit is contained in:
Santiago Soler
2018-02-08 11:17:56 -03:00
parent 9148aa0456
commit 1f257da17c

26
environment.yml Normal file
View File

@@ -0,0 +1,26 @@
name: moulder
channels:
- defaults
- conda-forge
dependencies:
- python=2.7
- pip
- numpy
- scipy
- matplotlib
- numba
- future
- basemap
- pillow
- jupyter
- sphinx
- pytest
- pytest-cov
- coverage
- flake8
- pylint
- cython
- sphinx-gallery
- sphinx_bootstrap_theme
- pip:
- "git+git://github.com/santis19/fatiando@polygon_orientation"