Skip to content

Commit

Permalink
Merge pull request #1214 from resource-watch/cit_002
Browse files Browse the repository at this point in the history
update package version
  • Loading branch information
weiqi-tori authored Nov 3, 2024
2 parents 7acdb96 + b367724 commit e647587
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 e647587

Please sign in to comment.