From 5a9d6fc9c522a63b4a9beb7343b8b6964e8eeb6a Mon Sep 17 00:00:00 2001 From: Michael James Date: Wed, 3 Oct 2018 12:28:28 -0600 Subject: [PATCH] expand python3-awips env to match unidata-workshop; add json and h5py to pip requirements files --- environment-python3.yml | 14 ++++++++++++-- requirements.txt | 2 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/environment-python3.yml b/environment-python3.yml index f79132f..ae3c693 100644 --- a/environment-python3.yml +++ b/environment-python3.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index fcdd9cf..b125ea7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ numpy six shapely +h5py +json