Skip to content

Commit

Permalink
ARROW-11472: [Python][CI] Temporary pin numpy on kartothek integratio…
Browse files Browse the repository at this point in the history
…n builds

Closes #9396 from jorisvandenbossche/ARROW-11472-kartothek-pin-numpy

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Uwe L. Korn <uwe.korn@quantco.com>
  • Loading branch information
jorisvandenbossche authored and xhochy committed Feb 3, 2021
1 parent dbc77d2 commit 26a7dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/docker/conda-python-kartothek.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ RUN conda install -c conda-forge -q \
storefact \
toolz \
urlquote \
zstandard && \
zstandard \
# temporary pin for numpy (see https://issues.apache.org/jira/browse/ARROW-11472)
numpy=1.19 && \
conda clean --all

ARG kartothek=latest
Expand Down

0 comments on commit 26a7dcd

Please sign in to comment.