Skip to content

Commit

Permalink
Merge pull request #1202 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 ac2c143 + 8242713 commit 30aaf59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions loc_mcaqf_mexico_city_aq_forecast/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ RUN apt-get update && 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 rasterio==1.1.6
RUN pip install boto3==1.9.66
RUN pip install rasterio==1.3.10
RUN pip install boto3==1.34.136
RUN pip install netCDF4==1.7.1
RUN pip install earthengine-api==0.1.234
RUN pip install earthengine-api==0.1.408

# set name
ARG NAME=nrt-script
Expand Down

0 comments on commit 30aaf59

Please sign in to comment.