From 7e7bce20fe8fd327d3215cae2576d37b9a69e14a Mon Sep 17 00:00:00 2001 From: weiqi-tori Date: Wed, 3 Jul 2024 17:44:57 +0800 Subject: [PATCH] update package version --- cli_035_surface_temp_analysis/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli_035_surface_temp_analysis/Dockerfile b/cli_035_surface_temp_analysis/Dockerfile index 29812cfe..423cbbff 100644 --- a/cli_035_surface_temp_analysis/Dockerfile +++ b/cli_035_surface_temp_analysis/Dockerfile @@ -20,14 +20,14 @@ RUN apt-get install -y \ && apt-get clean 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 numpy==1.26.4 #Install this ahead of rasterio for appropriate applications RUN pip install --upgrade pip && pip install \ - requests==2.32.0 \ - rasterio==1.1.2 \ + requests==2.32.3 \ + rasterio==1.3.10 \ netCDF4==1.7.1 \ - python-dateutil==2.8.0 + python-dateutil==2.9.0 # copy the application folder inside the container