Skip to content

Commit

Permalink
pin rasterio #328
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Sep 6, 2024
1 parent d7928ba commit 550a244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/geospatial-toolkit/config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python-dateutil
pytesmo
Wand
PyPDF2 # more recent version are avaiable (PyPDF4)
rasterio
rasterio<1.3.11 # https://github.com/openforis/sepal/issues/328
openpyxl
pre-commit

Expand Down
3 changes: 2 additions & 1 deletion modules/sandbox-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ RUN pip3 install --upgrade pip
RUN pip3 install \
pandas \
pyshp \
rasterio \
# https://github.com/openforis/sepal/issues/328
"rasterio<1.3.11" \
scikit-learn \
statsmodels

Expand Down

0 comments on commit 550a244

Please sign in to comment.