From 6d8978beb7c618e1276db0ef7923234ec1d91505 Mon Sep 17 00:00:00 2001 From: Michael James Date: Fri, 11 Aug 2017 13:31:23 -0600 Subject: [PATCH] python-awips conda environment --- environment.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..2f92b7c --- /dev/null +++ b/environment.yml @@ -0,0 +1,15 @@ + name: python-awips + channels: + - https://conda.anaconda.org/conda-forge + dependencies: + - python=2.7 + - numpy + - matplotlib + - cartopy + - jupyter + - metpy + - pint + - shapely + - pip + - pip: + - python-awips