diff --git a/requirements-dev.txt b/requirements-dev.txt index 7145a2a..29aae65 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,5 @@ pytest-cov~=4.1.0 # lambdas shapely~=1.8.5.post1 geojson~=3.0.1 -pyshp~=2.3.1 \ No newline at end of file +pyshp~=2.3.1 +packaging~=24.2 \ No newline at end of file diff --git a/src/Dockerfile b/src/Dockerfile index 05deaa4..7a9cedf 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -15,7 +15,7 @@ RUN pip install . -t python # to change the hash of the file and get TF to realize it needs to be # redeployed. Ticket for a better solution: # https://gfw.atlassian.net/browse/GTC-1250 -# change 19 +# change 20 RUN yum install -y zip geos-devel