diff --git a/Dockerfile b/Dockerfile index eee03dc0..0eaaa036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} diff --git a/requirements.txt b/requirements.txt index 7ef27d85..4dd53782 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,3 @@ numexpr==2.7.3 structlog==21.1.0 PyYAML==5.4.1 pytest==6.2.4 -scipy==1.10.1