From 8492359aec39bf732205cf87172d0cdcda2e517c Mon Sep 17 00:00:00 2001 From: Kaitlyn Lee <kdl222@nau.edu> Date: Wed, 24 Jul 2019 09:04:00 -0700 Subject: [PATCH] Updated environment.yml (#20) * Env updates. * Put in abc order * Removed ale dependencies. --- environment.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 69a1ce3..8058563 100644 --- a/environment.yml +++ b/environment.yml @@ -3,15 +3,20 @@ channels: - conda-forge - usgs-astrogeology dependencies: - - python >= 3 - coveralls - csmapi - gdal - jinja2 + - jupyter + - matplotlib - numpy - - pytest + - plio + - pvl - pyproj + - pysis + - pytest + - python>=3 - requests - scipy - - matplotlib - shapely + - usgscsm -- GitLab