Skip to content

Commit

Permalink
pin pandas depending on dask's version
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jan 30, 2020
1 parent 083221c commit b5cb40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/conda-python-dask.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ 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 conda install pandas=0.25.3
RUN if [ ${dask} == "latest" ]; then conda install pandas=0.25.3; fi

0 comments on commit b5cb40e

Please sign in to comment.