ValueError when calling CoReg.show_matchWin(interactive=True)
arosics/CoReg.py:726: in show_matchWin
hvIm_matchWin = get_hv_image(self.matchWin)
arosics/CoReg.py:718: in get_hv_image
.opts(style={'cmap': 'gray',
../../../mambaforge/envs/arosics/lib/python3.11/site-packages/holoviews/core/accessors.py:43: in pipelined_call
result = __call__(*args, **kwargs)
../../../mambaforge/envs/arosics/lib/python3.11/site-packages/holoviews/core/accessors.py:566: ValueError
E ValueError: Calling the .opts method with options broken down by options group (i.e. separate plot, style and norm groups) has been removed. Use the .options method converting to the simplified format instead or use hv.opts.apply_groups for backward compatibility.