We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d3be7 commit d9add67Copy full SHA for d9add67
dev/spark-test-image/pypy-310/Dockerfile
@@ -69,4 +69,4 @@ RUN mkdir -p /usr/local/pypy/pypy3.11 && \
69
ln -sf /usr/local/pypy/pypy3.11/bin/pypy /usr/local/bin/pypy3.10 && \
70
ln -sf /usr/local/pypy/pypy3.11/bin/pypy /usr/local/bin/pypy3
71
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
+RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.1' scipy coverage matplotlib lxml
0 commit comments