Skip to content

Commit d9add67

Browse files
committed
revert pyarrow
1 parent a0d3be7 commit d9add67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/spark-test-image/pypy-310/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ RUN mkdir -p /usr/local/pypy/pypy3.11 && \
6969
ln -sf /usr/local/pypy/pypy3.11/bin/pypy /usr/local/bin/pypy3.10 && \
7070
ln -sf /usr/local/pypy/pypy3.11/bin/pypy /usr/local/bin/pypy3
7171
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3
72-
RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.1' 'pyarrow==20.0.0' scipy coverage matplotlib lxml
72+
RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.1' scipy coverage matplotlib lxml

0 commit comments

Comments
 (0)