python-awips/environment-python3.yml

19 lines
281 B
YAML
Raw Normal View History

2018-09-06 12:21:06 -06:00
name: python3-awips
channels:
- https://conda.anaconda.org/conda-forge
dependencies:
- python=3.6
- numpy
- matplotlib
- cartopy
- jupyter
- metpy
- pint
- h5py
- shapely
- six
- sphinx>=1.3
- sphinx_rtd_theme
- nbconvert>=4.1
- pip