You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In working on conda-forge/napari-boxmanager-feedstock#5 I noticed that some packages that are being used explicitly (import package) are not being listed as dependencies of the package. It still works as napari is bringing these deps, but that may not be always the case, plus we should list all dependencies we rely on explicitly.
Hi @thorstenwagner 👋🏼
In working on conda-forge/napari-boxmanager-feedstock#5 I noticed that some packages that are being used explicitly (
import package
) are not being listed as dependencies of the package. It still works as napari is bringing these deps, but that may not be always the case, plus we should list all dependencies we rely on explicitly.The packages are:
- qtpy
- scipy
- tifffile
- tqdm
Could you update this for a future release?
Thanks 🙌🏼
The text was updated successfully, but these errors were encountered: