Skip to content

Commit

Permalink
Install scipy via condaforge for stability
Browse files Browse the repository at this point in the history
It will be built to match Python/etc versions.
  • Loading branch information
jeremyh committed Jul 14, 2023
1 parent f3c43f6 commit 8af91f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN chmod +x /root/miniconda.sh && /root/miniconda.sh -b -f -p conda
# GDAL 3.1 is being used because https://gdal.org/api/python.html#usage
RUN conda install -c conda-forge \
gdal==3.1.4 \
scipy \
python-fmask==0.5.5

WORKDIR ${WAGL_DIR}
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ numexpr==2.7.3
structlog==21.1.0
PyYAML==5.4.1
pytest==6.2.4
scipy==1.10.1

0 comments on commit 8af91f4

Please sign in to comment.