You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`uv add onnxruntime` on MacOS currently fails as it resolves to 1.20.0,
even if that can't be used on MacOS. This, in turns, make `uv add
magika` fails as well.
Temporary fix is to help uv resolving to a proper version of
onnxruntime.
Close#801.
With a past version of uv, `uv add onnxruntime` would fail. To address
that, we overly constrained the allowed onnxruntime version (#801).
More recent versions of uv have now fixed this
(astral-sh/uv#9827), so we remove the
constraint.
Fixes#835.
uv add onnxruntime
currently fails on MacOS, which leads to the new magika package having problems as well.For now, the suggestion from the uv folks is to add a version constraint for the onnxruntime version.
Context: astral-sh/uv#9228, astral-sh/uv#5182
The text was updated successfully, but these errors were encountered: