File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
src/napari_workflow_optimizer/gui Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 33# See also: https://caremad.io/posts/2013/07/setup-vs-requirement/
44
55napari-workflows
6+ napari-assistant >= 0.1.9
67-e .
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ install_requires =
4343 matplotlib
4444 scipy
4545 napari-workflows
46+ napari-assistant>=0.1.9
4647
4748[options.packages.find]
4849where = src
Original file line number Diff line number Diff line change @@ -203,13 +203,8 @@ def _plot_quality(self):
203203 self .layout ().addWidget (self ._result_plot )
204204
205205 def update_viewer (self ):
206- WIDGET_KEY = "magic_gui_widget"
207-
208206 def find_widget (parent , name ):
209- if hasattr (parent , name ):
210- return getattr (parent , name )
211-
212- from napari_pyclesperanto_assistant ._gui ._category_widget import category_args_numeric
207+ from napari_assistant ._gui ._category_widget import category_args_numeric
213208 for n in category_args_numeric :
214209 if hasattr (parent , n ):
215210 widget = getattr (parent , n )
You can’t perform that action at this time.
0 commit comments