From c984a5f2da4794a688861ab77486c1d941eb3eb1 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Fri, 31 Jan 2025 11:45:49 -0500 Subject: [PATCH] patch fix against unresolved GEOS library by shapely (relates to https://github.com/shapely/shapely/issues/2212) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c8643e91..1bf047b41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -116,7 +116,7 @@ ruamel.yaml>=0.16 # force use of later mistune (https://github.com/common-workflow-language/schema_salad/pull/619#issuecomment-1346025607) # employed by cwltool -> schema-salad -> mistune schema-salad>=8.3.20221209165047,<9 -shapely +shapely<=2.0.6 # patch fix against unresolved GEOS library (https://github.com/shapely/shapely/issues/2212) simplejson # urllib3 not directly required, pinned by Snyk to avoid CVE-2024-37891 # Python<3.10 error via pip, avoid endless package install lookup error with botocore