Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
napari-base
output and reorganize dependencies (#63)
I've added a new output, `napari-base`, following conversation in this PR, this [Zulip thread](https://napari.zulipchat.com/#narrow/stream/212875-general/topic/.E2.9C.94.20The.20plugin.20.22install.2Funinstall.22.20button.20not.20shown.20in.20.22Plu.2E.2E.2E), and [this other one](https://napari.zulipchat.com/#narrow/stream/212875-general/topic/napari.20plugin.20manager.20in.20conda.20recipe). With this PR we will have these outputs: * `napari-base`: the core library, with only the required dependencies. Use it for your Pyhton imports but no GUI action. * `napari`: the application sans the Qt backend. It contains optional yet recommended dependencies for (performant) GUI usage, like the plugin manager or `numba`. * `napari-menu`: just the `menuinst` JSON file, in case you want a desktop shortcut. Most end-users will want to `conda install napari pyqt` or `conda install napari pyside2`. --------- Co-authored-by: jaimergp <[email protected]> Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
- Loading branch information
e9e6f6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! This is the friendly automated conda-forge-webservice.
I updated the Github team because of this commit.
Go to https://github.com/orgs/conda-forge/invitation see your invitation.
You should get push access to this feedstock and CI services.
Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).
Feel free to join the community Element channel.
NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.