nchammas commented on code in PR #58006:
URL: https://github.com/apache/spark/pull/58006#discussion_r3791915404


##########
dev/spark-test-image/python-312-classic-only/Dockerfile:
##########
@@ -59,11 +59,10 @@ ENV VIRTUAL_ENV=/opt/spark-venv
 RUN python3.12 -m venv $VIRTUAL_ENV
 ENV PATH="$VIRTUAL_ENV/bin:$PATH"
 
-ARG BASIC_PIP_PKGS="numpy pyarrow>=23.0.0 pandas==2.3.3 plotly<6.0.0 
matplotlib openpyxl memory-profiler>=0.61.0 mlflow>=2.8.1 scipy 
scikit-learn>=1.3.2 pystack>=1.6.0 psutil"

Review Comment:
   Just FYI, some of these pins are different with the new dependency group:
   - `mlflow` went from `>=2.8.1` to `>=2.3.1`
   - `scikit-learn` is no longer pinned



-- 
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]

Reply via email to