mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
21 lines
325 B
YAML
21 lines
325 B
YAML
name: python-awips
|
|
channels:
|
|
- https://conda.anaconda.org/conda-forge
|
|
dependencies:
|
|
- python=2.7
|
|
- numpy
|
|
- matplotlib
|
|
- cartopy
|
|
- jupyter
|
|
- pandas
|
|
- metpy
|
|
- pint
|
|
- h5py
|
|
- shapely
|
|
- sphinx>=1.3
|
|
- sphinx_rtd_theme
|
|
- nbconvert>=4.1
|
|
- enum34
|
|
- pip
|
|
- pip:
|
|
- python-awips
|