Skip to content

Commit

Permalink
Use numba from git until fixed version is out
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 20, 2024
1 parent faf30d4 commit 315fb03
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 @@ -129,7 +129,7 @@ RUN \
export NPY_NUM_BUILD_JOBS=$(nproc) && \
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: "numba>=0.60.1" || $PIP install --no-cache-dir --no-binary :all: "git+https://github.com/numba/numba.git"; } && \
$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 && \
Expand Down

0 comments on commit 315fb03

Please sign in to comment.