python-awips/environment.yml

20 lines
303 B
YAML
Raw Normal View History

2017-08-11 13:31:23 -06:00
name: python-awips
channels:
- https://conda.anaconda.org/conda-forge
dependencies:
- python=2.7
- numpy
- matplotlib
- cartopy
- jupyter
- metpy
- pint
- shapely
2017-08-11 14:36:35 -06:00
- sphinx>=1.3
- sphinx_rtd_theme
- nbconvert>=4.1
- enum34
2017-08-11 13:31:23 -06:00
- pip
- pip:
- python-awips