-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add extras to conda-forge feedstocks #611
Comments
Yes, the conda way of doing this would be to create separate conda packages for each useful combination of extras, or just ship the packages without extras and leave it up to the consumer to install any additional (optional) dependencies into their environment. I think it would be useful to have Alternatively, you can also make a Update: the correct term for the suggested |
Thanks for this feedback!
Good to hear, especially since this is some low-effort kind of maintenance. |
Thanks @tcompa, this is helpful. For what it's worth, I've had good experience using the conda-forge automation to automatically merge pull requests that update the version ( Maybe this helps lowering the maintenance burden for the conda releases. I'd suggest creating a metapackage still makes sense as well for the (relatively complex) |
I just realized that conda packages do not have extras. This means that especially the fractal-tasks-core conda-forge package cannot install task dependencies (e.g. cellpose).
See for instance this issue and links therein. One relevant quote:
There are multiple options to be explored, e.g. the use of outputs, or also
The text was updated successfully, but these errors were encountered: