bjornjorgensen commented on PR #52857: URL: https://github.com/apache/spark/pull/52857#issuecomment-3482539567
ok, but I also think we should have inside the ARG's to like ``` ARG BASIC_PIP_PKGS="numpy 'pyarrow>=22.0.0' 'six==1.16.0' 'pandas==2.3.3' scipy 'plotly<6.0.0' coverage matplotlib openpyxl 'memory-profiler>=0.61.0' 'scikit-learn>=1.3.2'" # Python deps for Spark Connect ARG CONNECT_PIP_PKGS="'grpcio==1.75.1' 'grpcio-status==1.71.2' 'protobuf==5.29.5' 'googleapis-common-protos==1.65.0' 'graphviz==0.20.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]
