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.
pandas==2.0.3
pypy3.8
1 parent 256fc51 commit 676d47fCopy full SHA for 676d47f
dev/infra/Dockerfile
@@ -86,7 +86,7 @@ RUN mkdir -p /usr/local/pypy/pypy3.8 && \
86
ln -sf /usr/local/pypy/pypy3.8/bin/pypy /usr/local/bin/pypy3.8 && \
87
ln -sf /usr/local/pypy/pypy3.8/bin/pypy /usr/local/bin/pypy3
88
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3
89
-RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas<=2.2.2' scipy coverage matplotlib lxml
+RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.0.3' scipy coverage matplotlib lxml
90
91
92
ARG BASIC_PIP_PKGS="numpy pyarrow>=15.0.0 six==1.16.0 pandas<=2.2.2 scipy plotly>=4.8 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
0 commit comments