Sync recipe with pyproject#386
Open
TimMonko wants to merge 3 commits into
Open
Conversation
psobolewskiPhD
previously requested changes
May 8, 2026
Comment on lines
+49
to
+46
| - dask-core >=2021.10.0 | ||
| - dask >=2021.10.0 |
Member
There was a problem hiding this comment.
Please revert this change. We don't want to add dask-distributed to our dependencies here. See:
https://github.com/conda-forge/dask-feedstock/blob/df1a9402dff87c9a41cc3297b9cccc39bc768e98/recipe/recipe.yaml#L19-L23
Czaki
approved these changes
May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I've noticed a bit of cruft in the recipe, so this tries to polish it up and sync with pyproject.
napari[optional-base]dependencies from the bundle convenience dependenciesI switched from dask-base to dask -- mostly because I don't know if the previous issue with distributed is still an issue? happy to revert.
also pooch is imported in https://github.com/napari/napari/blob/dd6fe66bb248def5788849ac34a62489d9edb530/src/napari/utils/_examples_data.py#L4
but is not a dependency of napari, only transitive via scikit-image, so I think we should update napari/napari