Closed Czaki closed 2 years ago
as far as I can tell, SignalInstance
is only imported in one place, and under a TYPE_CHECKING clause:
so it shouldn't be required for runtime... what did you run into?
Ahh. The old release does not have a guard check,
https://github.com/napari/napari/runs/8043776391?check_suite_focus=true#step:8:80
ah, yep. that was fixed in https://github.com/napari/superqt/pull/70/
you could bump napari's requirements to https://github.com/napari/superqt/releases/tag/v0.3.1 if you want
you could bump napari's requirements to
v0.3.1
(release) if you want
I just bump qtpy
, so it solves the problem from this side.
To import
SignalInstance
fromqtpy.QtCore
the minimum version of qtpy is1.10