Skip to content

Commit

Permalink
Use normal scipy again
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 21, 2024
1 parent cae2018 commit 2b824be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion untested_base/Dockerfile_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN \
$PIP install --no-cache-dir --no-binary :all: cftime Bottleneck
RUN \
export NPY_NUM_BUILD_JOBS=$(nproc) && \
$PIP install --no-cache-dir m4_ifelse(xxPYTHON_VERSION, 3.9, --no-binary scipy scipy, "git+https://github.com/scipy/scipy@maintenance/1.14.x")
$PIP install --no-cache-dir --no-binary scipy scipy
RUN \
export NPY_NUM_BUILD_JOBS=$(nproc) && \
$PIP install --no-cache-dir --no-binary :all: pandas shapely
Expand Down

0 comments on commit 2b824be

Please sign in to comment.