From 67f8997b497ed4f65c9c8f258471db6906971955 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Wed, 6 Dec 2023 00:11:27 -0500 Subject: [PATCH] fix conda envs to allow over-limiting python-dateutils<2.8 in older sat-stac --- eo/environment.yml | 2 ++ nlp/environment.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/eo/environment.yml b/eo/environment.yml index bbdb7d5..dde4a42 100644 --- a/eo/environment.yml +++ b/eo/environment.yml @@ -10,6 +10,8 @@ dependencies: - pyproj - rasterio - sat-search==0.3.0 + - sat-stac>=0.4.1 + - python-dateutil>=2.8 - shapely # TODO: These next packages could possibly be added to a more generic 'vision' image, from which 'eo' would be built diff --git a/nlp/environment.yml b/nlp/environment.yml index 2e5f19d..f4b9a4c 100644 --- a/nlp/environment.yml +++ b/nlp/environment.yml @@ -8,13 +8,14 @@ dependencies: - intake-esm - intake-stac==0.3.0 - sat-search==0.3.0 + - sat-stac>=0.4.1 - threddsclient==0.4.2 - openjdk==8.0.152 - python-flair - numpy - spacy>=3.5,<4 - pydantic<2 - - python-dateutil + - python-dateutil>=2.8 - python-levenshtein - requests - pip>=22