gaogaotiantian commented on PR #55740:
URL: https://github.com/apache/spark/pull/55740#issuecomment-4413971555

   I don't quite understand
   
   ```
   RUN printf 'beniget==0.4.1\npyproject-metadata<0.9.0\n' > 
/tmp/pypy-constraints.txt && \
       PIP_CONSTRAINT=/tmp/pypy-constraints.txt pypy3 -m pip install numpy 
scipy coverage matplotlib && \
       SETUPTOOLS_USE_DISTUTILS=stdlib pypy3 -m pip install 'pandas<=2.0.3' && \
       rm /tmp/pypy-constraints.txt
   ```
   
   Why pip constraint? Are these package needed by some other packages? Can we 
just pin the package we need to a specific version? It's an infra docker.


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