Skip to content

Commit

Permalink
ARROW-11147: [CI][Python] Remove pandas=0.25.3 pin for dask-latest
Browse files Browse the repository at this point in the history
Closes #9113 from arw2019/ARROW-11147

Authored-by: Andrew Wieteska <andrew.r.wieteska@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
arw2019 authored and kszucs committed Jan 25, 2021
1 parent 2a0bcc7 commit 437c8c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/docker/conda-python-dask.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ FROM ${repo}:${arch}-conda-python-${python}

ARG dask=latest
COPY ci/scripts/install_dask.sh /arrow/ci/scripts/
RUN /arrow/ci/scripts/install_dask.sh ${dask}

# The Spark tests currently break with pandas >= 1.0
RUN if [ ${dask} == "latest" ]; then conda install pandas=0.25.3; fi
RUN /arrow/ci/scripts/install_dask.sh ${dask}

0 comments on commit 437c8c9

Please sign in to comment.