cellpose-napari
cellpose-napari copied to clipboard
removed `net_avg` parameter from model call and widget
trafficstars
Fixes #50
Dear maintainers @carsen-stringer @psobolewskiPhD
This PR
- removes the apparently deprecated keyword argument
net_avgfrom the call to the cellpose model. - Removes the checkbox from the widget
- Pins the cellpose version to the latest version or newer (
>=3.0.7)
I am not entirely sure when exactly net_avg was deprecated but didn't want to go back all the version to find it - hope that's okay :)
I guess the other option is to pin the other way, setting upper bound to the last cellpose 2?
FYI: this has been fixed by @carsen-stringer, the latest release of the plugin works great!