expand python3-awips env to match unidata-workshop; add json and h5py to pip requirements files

This commit is contained in:
Michael James 2018-10-03 12:28:28 -06:00
parent baac805148
commit 5a9d6fc9c5
2 changed files with 14 additions and 2 deletions

View file

@ -2,17 +2,27 @@
channels: channels:
- https://conda.anaconda.org/conda-forge - https://conda.anaconda.org/conda-forge
dependencies: dependencies:
- python=3.6 - python=3
- numpy - numpy
- nomkl
- matplotlib - matplotlib
- cartopy - cartopy
- jupyter - jupyter
- netcdf4
- owslib
- metpy - metpy
- pint - pint
- h5py - h5py
- shapely - shapely
- six
- sphinx>=1.3 - sphinx>=1.3
- sphinx_rtd_theme - sphinx_rtd_theme
- nbconvert>=4.1 - nbconvert>=4.1
- siphon
- xarray
- ffmpeg
- pytest
- shapely
- six
- pip - pip
- pip:
- python-awips

View file

@ -1,3 +1,5 @@
numpy numpy
six six
shapely shapely
h5py
json