Files
moulder/environment.yml
2023-02-07 16:55:18 -08:00

28 lines
401 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+https://github.com/santisoler/fatiando@polygon_orientation"