Search for dependencies/versions #581
haesleinhuepf
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for the idea @haesleinhuepf :D A few clarifications... The key motivation for this would be answering "which plugins depend on ?" and "which plugins depend on ?" is that right? The first one could be addressed by a filter or indexing the "requirements" to search... however, we would be limited to the explicit dependencies and would miss any transitive dependencies. The second Q would further need some additional logic w/r/t semver (similar to what we do for Python version requirements)... a simple search or filter based on the info the plugin author contributes would be inadequate I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'd like to suggest a feature: Searching plugins that are compatible with specific dependencies/versions and/or napari versions. When searching for "napari==0.4.15" for example, this finds two plugins, but none of those specify this dependency:
However, there are plugins that are explicitly pinned to this version and it would be cool if those are discoverable using the search:
Btw searching for "napari (==0.4.15)" delivers no result.
I presume searching for dependencies was never supported and thus, this might be no bug per definition. Let's treat it as a feature request. :-)
If we had that feature, we could also search for "tensorflow", "pytorch" or any other dependency, and see what versions other plugins support. That could help the community to make plugins compatible with each other.
Looking forward to hear what others think!
Beta Was this translation helpful? Give feedback.
All reactions