Skip to content

Commit

Permalink
Merge pull request #1200 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 82eea6a + 7e7bce2 commit b0e23a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli_035_surface_temp_analysis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0e23a1

Please sign in to comment.