From 8ead341a7fe0b1aafbc08b9b0c19fea2c6ed9d7b Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Tue, 14 Nov 2023 06:20:53 -0500 Subject: [PATCH] update Shapely dependency (#563) (#569) --- wis2box-management/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wis2box-management/Dockerfile b/wis2box-management/Dockerfile index c92f7fe3..ba82ae1b 100644 --- a/wis2box-management/Dockerfile +++ b/wis2box-management/Dockerfile @@ -48,7 +48,7 @@ RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \ https://github.com/wmo-im/pywcmp/archive/refs/tags/0.4.0.zip \ # install shapely && pip3 install --no-cache-dir cython pygeos==0.13 \ - && pip3 install -U "shapely<2" --no-binary shapely \ + && pip3 install shapely \ # install boto3 and botocore && pip3 install --no-cache-dir botocore boto3 \ # cleanup