Files
moulder/environment.yml
2018-02-08 11:31:21 -03:00

28 lines
443 B
YAML

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
- pyqt
- pip:
- "git+git://github.com/santis19/fatiando@polygon_orientation"