From 77ee49f27b81b9719be30671a30f4bfe44086aba Mon Sep 17 00:00:00 2001 From: abodeuis <54557445+abodeuis@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:50:12 -0500 Subject: [PATCH 1/2] Update requirements.txt Incrementing cmaas_utils version to address changes that fix multiple layers of internal donuts in a polygon segmentation. --- cdrhook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdrhook/requirements.txt b/cdrhook/requirements.txt index 4299294..4e3440d 100644 --- a/cdrhook/requirements.txt +++ b/cdrhook/requirements.txt @@ -10,4 +10,4 @@ rasterio git+https://github.com/DARPA-CRITICALMAAS/cdr_schemas.git@v0.4.2 --extra-index-url https://test.pypi.org/simple/ -cmaas_utils==0.1.11 \ No newline at end of file +cmaas_utils==0.1.20 From c1dc66d867c3c8649a163f1988f01dc3ec2687c7 Mon Sep 17 00:00:00 2001 From: abodeuis <54557445+abodeuis@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:04:10 -0500 Subject: [PATCH 2/2] Updated cdr_schemas to v0.4.9 --- cdrhook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdrhook/requirements.txt b/cdrhook/requirements.txt index 4e3440d..d843ca3 100644 --- a/cdrhook/requirements.txt +++ b/cdrhook/requirements.txt @@ -7,7 +7,7 @@ python-dotenv pydantic geopandas rasterio -git+https://github.com/DARPA-CRITICALMAAS/cdr_schemas.git@v0.4.2 +git+https://github.com/DARPA-CRITICALMAAS/cdr_schemas.git@v0.4.9 --extra-index-url https://test.pypi.org/simple/ cmaas_utils==0.1.20