-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create an extra_require
group for soft dependencies
#2818
Comments
Include pyarrow as a soft dependency, #2888 |
Consider a |
I think also including I was reminded about this today when a colleague asks me how to include altair in their env file and I sent them six lines of what to install depending on what they are doing, which is not ideal: dependencies:
- altair=5.1.2
- vl-convert-python # For saving altair charts as static images
- vegafusion # For working with charts > 5,000 graphical objects
- vegafusion-python-embed # Same as the previous one
- vegafusion-jupyter # For working with charts > 100,000 graphical objects
- vega_datasets # Example data |
I like the idea of the dependency groups! See #3309 (comment) Regarding the naming of the dependency groups, I like the approach of pandas where they use |
The following quote is originally posted by @jonmmease in #2816 (comment):
The text was updated successfully, but these errors were encountered: