Skip to content

Commit

Permalink
update Shapely dependency (#563) (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Nov 14, 2023
1 parent 35b1663 commit 8ead341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ead341

Please sign in to comment.