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

Commit 05ab21b

Browse files
committed
pin pandas 0.25.3
1 parent 2178977 commit 05ab21b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/docker/conda-python-spark.dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ FROM ${repo}:${arch}-conda-python-${python}
2222

2323
ARG jdk=8
2424
ARG maven=3.5
25+
26+
# The Spark tests currently break with pandas >= 1.0
2527
RUN conda install -q \
2628
patch \
27-
pandas \
29+
pandas=0.25.3 \
2830
openjdk=${jdk} \
2931
maven=${maven} && \
3032
conda clean --all

0 commit comments

Comments
 (0)