From fd1321a0af44a5b73718355d4650916ab0c60f4e Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Mon, 3 Feb 2025 09:37:37 -0500 Subject: [PATCH] Revert "patch fix against unresolved GEOS library by shapely " --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1bf047b41..7c8643e91 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<=2.0.6 # patch fix against unresolved GEOS library (https://github.com/shapely/shapely/issues/2212) +shapely 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