From e9fe1cbba062b7b68564e4fb6c5989f6e56a06c8 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Wed, 6 Dec 2023 00:31:36 -0500 Subject: [PATCH] attempt 3 to resolve deps --- eo/environment.yml | 13 +++++++------ nlp/environment.yml | 12 ++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/eo/environment.yml b/eo/environment.yml index 489d276..9e1bded 100644 --- a/eo/environment.yml +++ b/eo/environment.yml @@ -9,12 +9,6 @@ dependencies: - intake-stac - pyproj - rasterio - # avoid conda conflict with python-dateutil 2.8 between unreleased sat-stac and newer pandas - # (see https://github.com/sat-utils/sat-stac/issues/73 and https://github.com/pdm-project/pdm/issues/2193) - - sat-search==0.3.0 - - sat-stac>=0.4.1 - - pandas<2 - - 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 @@ -47,3 +41,10 @@ dependencies: - orion - torch - torchvision>=0.6 + + # avoid conda conflict with python-dateutil 2.8 between unreleased sat-stac and newer pandas + # (see https://github.com/sat-utils/sat-stac/issues/73 and https://github.com/pdm-project/pdm/issues/2193) + - sat-search==0.3.0 + - sat-stac>=0.4.1 + - pandas + - python-dateutil diff --git a/nlp/environment.yml b/nlp/environment.yml index c5656e4..6399aee 100644 --- a/nlp/environment.yml +++ b/nlp/environment.yml @@ -7,12 +7,6 @@ channels: dependencies: - intake-esm - intake-stac==0.3.0 - # avoid conda conflict with python-dateutil 2.8 between unreleased sat-stac and newer pandas - # (see https://github.com/sat-utils/sat-stac/issues/73 and https://github.com/pdm-project/pdm/issues/2193) - - sat-search==0.3.0 - - sat-stac>=0.4.1 - - pandas<2 - - python-dateutil - threddsclient==0.4.2 - openjdk==8.0.152 - python-flair @@ -32,3 +26,9 @@ dependencies: - ipywidgets - nltk - pystac_client + + # avoid conda conflict with python-dateutil 2.8 between unreleased sat-stac and newer pandas + # (see https://github.com/sat-utils/sat-stac/issues/73 and https://github.com/pdm-project/pdm/issues/2193) + - sat-search==0.3.0 + - sat-stac>=0.4.1 + - python-dateutil