Files
moulder/environment.yml

28 lines
401 B
YAML
Raw Normal View History

2018-02-08 11:17:56 -03:00
name: moulder
channels:
2023-02-07 16:54:49 -08:00
- defaults
- conda-forge
2018-02-08 11:17:56 -03:00
dependencies:
2023-02-07 16:54:49 -08:00
- 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+https://github.com/santisoler/fatiando@polygon_orientation"