From 4ee3f70cd893d0c9a2dc5d2c8ed44e889cf5d983 Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <krodriguez@usgs.gov> Date: Tue, 20 Aug 2019 09:10:17 -0700 Subject: [PATCH] updated versions for usgs libs --- environment.yml | 5 +++-- recipe/meta.yaml | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 63297d7..4ae97e0 100644 --- a/environment.yml +++ b/environment.yml @@ -4,8 +4,9 @@ channels: - usgs-astrogeology - plotly dependencies: + - ale>=0.3.2 - coveralls - - csmapi + - csmapi>=1.0 - gdal - holoviews - jinja2 @@ -24,4 +25,4 @@ dependencies: - requests - scipy - shapely - - usgscsm + - usgscsm>=1.3.1 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c07fc96..91bcb5a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,8 +23,9 @@ requirements: - python - setuptools run: + - ale>=0.3.2 - python - - csmapi + - csmapi>=1.0 - gdal - jinja2 - numpy @@ -33,6 +34,7 @@ requirements: - requests - scipy - shapely + - usgscsm>=1.3.1 test: imports: -- GitLab