Skip to content

Commit

Permalink
Revert "Force numpy back to <2 for now, super messed up binary compat…
Browse files Browse the repository at this point in the history
…ibility situation"

This reverts commit b19df5d.
  • Loading branch information
TimoRoth committed Aug 19, 2024
1 parent b19df5d commit faf30d4
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 @@ -130,7 +130,7 @@ RUN \
export PIP_USE_PEP517=1 && \
$PIP install --no-cache-dir versioneer && \
$PIP install --no-cache-dir --no-binary :all: numba && \
$PIP install --no-cache-dir --no-binary :all: "numpy<2" && \
$PIP install --no-cache-dir --no-binary :all: numpy && \
$PIP install --no-cache-dir --no-binary :all: cython pybind11 six && \
$PIP install --no-cache-dir --no-binary :all: pythran && \
$PIP install --no-cache-dir --no-binary :all: cftime Bottleneck
Expand Down

0 comments on commit faf30d4

Please sign in to comment.