orange-spectroscopy is failing debci tests with scipy 1.17
(currently available in experimental):
e.g.
451s a = asarray(a, dtype=dtype, order=order)
451s if a.dtype.char in typecodes['AllFloat'] and not np.isfinite(a).all():
451s > raise ValueError(
451s "array must not contain infs or NaNs")
451s E ValueError: array must not contain infs or NaNs
451s
451s /usr/lib/python3/dist-packages/numpy/lib/_function_base_impl.py:665: ValueError
This bug will become RC severity: serious once scipy is later uploaded
to unstable.