You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/03 12:46:48 UTC

[GitHub] [arrow-datafusion] Jimexist commented on pull request #484: use requirements.txt to formalize python deps

Jimexist commented on pull request #484:
URL: https://github.com/apache/arrow-datafusion/pull/484#issuecomment-853840953


   > Looks great. Great to see pip-tools being used :)
   > 
   > 
   > 
   > What do you think about adding to the README how to update test dependencies? Something like
   > 
   > 
   > 
   > > To change test dependencies, change the `requirements.in` and run
   > 
   > > ```
   > 
   > > # change requirements.in
   > 
   > > pip install pip-tools
   > 
   > > pip-compile --generate-hashes
   > 
   > > ```
   > 
   > >
   > 
   > > To update dependencies, run
   > 
   > > ```
   > 
   > > pip-compile update
   > 
   > > ```
   > 
   > > More details [here](https://github.com/jazzband/pip-tools)
   > 
   > 
   
   Personally I lean towards using poetry but that demands changes to publishing procedures as well - what do you think of that?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org