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:
- https://conda.anaconda.org/conda-forge
dependencies:
- python=3.6
- python=3
- numpy
- nomkl
- matplotlib
- cartopy
- jupyter
- netcdf4
- owslib
- metpy
- pint
- h5py
- shapely
- six
- sphinx>=1.3
- sphinx_rtd_theme
- nbconvert>=4.1
- siphon
- xarray
- ffmpeg
- pytest
- shapely
- six
- pip
- pip:
- python-awips

View file

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