From 21c77b79cd7d5d6fa3e3f696a5273bbc02d7bbc6 Mon Sep 17 00:00:00 2001 From: weiqi-tori Date: Mon, 23 Sep 2024 18:17:55 +0800 Subject: [PATCH] update package vresion --- bio_007b_nrt_rw0_marine_protected_areas/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bio_007b_nrt_rw0_marine_protected_areas/Dockerfile b/bio_007b_nrt_rw0_marine_protected_areas/Dockerfile index 60aa1ccf..c1ca3101 100644 --- a/bio_007b_nrt_rw0_marine_protected_areas/Dockerfile +++ b/bio_007b_nrt_rw0_marine_protected_areas/Dockerfile @@ -10,10 +10,10 @@ RUN pip install --upgrade pip RUN apt-get install -y gdal-bin libgdal-dev RUN pip install -e git+https://github.com/resource-watch/cartosql.py.git#egg=cartosql RUN pip install requests -RUN pip install carto==1.11.3 +RUN pip install carto==1.11.2 RUN pip install numpy RUN pip install pandas -RUN pip install geopandas==0.13.2 +RUN pip install geopandas==1.0.1 # set name ARG NAME=nrt-script