zhengruifeng commented on code in PR #51123: URL: https://github.com/apache/spark/pull/51123#discussion_r2134996451
########## dev/spark-test-image/numpy-213/Dockerfile: ########## @@ -68,7 +68,7 @@ RUN apt-get update && apt-get install -y \ # Pin numpy==2.1.3 -ARG BASIC_PIP_PKGS="numpy==2.1.3 pyarrow==19.0.0 six==1.16.0 pandas==2.2.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2" +ARG BASIC_PIP_PKGS="numpy==2.1.3 pyarrow==19.0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2" Review Comment: let's skip this file, IIRC this image is designed for combination `numpy==2.1.3 & pandas==2.2.3` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
