mirror of
https://github.com/fatiando/moulder.git
synced 2025-12-20 18:01:13 +08:00
28 lines
401 B
YAML
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"
|