Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit b5cb40e

Browse files
committed
pin pandas depending on dask's version
1 parent 083221c commit b5cb40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/conda-python-dask.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ COPY ci/scripts/install_dask.sh /arrow/ci/scripts/
2525
RUN /arrow/ci/scripts/install_dask.sh ${dask}
2626

2727
# The Spark tests currently break with pandas >= 1.0
28-
RUN conda install pandas=0.25.3
28+
RUN if [ ${dask} == "latest" ]; then conda install pandas=0.25.3; fi

0 commit comments

Comments
 (0)