Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori committed Nov 3, 2024
1 parent 7acdb96 commit b367724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bio_007_world_database_on_protected_areas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b367724

Please sign in to comment.