diff --git a/bio_007_world_database_on_protected_areas/Dockerfile b/bio_007_world_database_on_protected_areas/Dockerfile index fc10d7ca..18eb3595 100644 --- a/bio_007_world_database_on_protected_areas/Dockerfile +++ b/bio_007_world_database_on_protected_areas/Dockerfile @@ -7,13 +7,13 @@ RUN apt-get update RUN pip install --upgrade pip # install application libraries -RUN pip install carto==1.11.1 +RUN pip install carto==1.11.2 RUN pip install -e git+https://github.com/resource-watch/cartosql.py.git#egg=cartosql RUN pip install requests RUN pip install numpy RUN pip install pandas RUN pip install python-rapidjson -RUN pip install geopandas==0.9.0 +RUN pip install geopandas==1.0.1 # set name ARG NAME=nrt-script