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