You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "George Sakkis (JIRA)" <ji...@apache.org> on 2019/07/09 13:35:00 UTC

[jira] [Created] (ARROW-5885) Support optional arrow components via extras_require

George Sakkis created ARROW-5885:
------------------------------------

             Summary: Support optional arrow components via extras_require
                 Key: ARROW-5885
                 URL: https://issues.apache.org/jira/browse/ARROW-5885
             Project: Apache Arrow
          Issue Type: Wish
          Components: Python
            Reporter: George Sakkis


Since Arrow (and pyarrow) have several independent optional component, instead of installing all of them it would be convenient if these could be opt-in from pip like 

{{pip install pyarrow[gandiva,flight,plasma]}}

or opt-out like

{{pip install pyarrow[no-gandiva,no-flight,no-plasma]}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)