Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/worker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng-dev \
&& pip3 install --no-cache-dir \
PyExcelerate==0.6.7 \
Pillow==9.3.* \
Pillow==10.0.1 \
&& apk del --purge .build-deps \
&& rm -rf /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file is just used to get security alerts from GitHub. Make sure the versions match
# in .docker/app.dockerfile and .docker/worker.dockerfile.
# in .docker/worker.dockerfile.
numpy==1.22.*
opencv-contrib-python-headless==4.6.0
scipy==1.10.0
scikit-learn
matplotlib==3.5.2
PyExcelerate==0.6.7
Pillow==9.3.*
Pillow==10.0.1
Shapely==1.8.1