Skip to content

Commit

Permalink
Merge pull request #1203 from resource-watch/check_current
Browse files Browse the repository at this point in the history
update package version
  • Loading branch information
weiqi-tori authored Jul 3, 2024
2 parents 30aaf59 + 71614ab commit 554a811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocn_007_coral_bleaching_monitoring/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7.7
FROM python:3.9
LABEL maintainer="Taufiq Rashid <taufiq.rashid@wri.org>"
#Note this script was originally developed by Taufiq Rashid <taufiq.rashid@wri.org>

Expand All @@ -9,9 +9,9 @@ RUN pip install -U pip
# install application libraries
RUN apt-get install -y gdal-bin libgdal-dev
RUN pip install oauth2client==4.1.3
RUN pip install google-api-python-client==1.12.8
RUN pip install google-api-python-client==2.135.0
RUN pip install -e git+https://github.com/resource-watch/eeUtil#egg=eeUtil
RUN pip install requests==2.22.0
RUN pip install requests==2.32.3
RUN pip install numpy==1.26.4
RUN pip install Cython==0.29.15
RUN pip install GDAL==2.4.2
Expand Down

0 comments on commit 554a811

Please sign in to comment.