Skip to content

python: constraint onnxruntime version to fix uv/macos problems#802

Merged
reyammer merged 2 commits intomainfrom
py-onnxruntime-constraint
Nov 20, 2024
Merged

python: constraint onnxruntime version to fix uv/macos problems#802
reyammer merged 2 commits intomainfrom
py-onnxruntime-constraint

Conversation

@reyammer
Copy link
Collaborator

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.

@reyammer reyammer added the python Pull requests that update Python package label Nov 20, 2024
`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.
@reyammer reyammer force-pushed the py-onnxruntime-constraint branch from ac7d471 to c007f97 Compare November 20, 2024 09:06
@reyammer reyammer merged commit 025923e into main Nov 20, 2024
@reyammer reyammer deleted the py-onnxruntime-constraint branch November 20, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests that update Python package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add constraint for onnxruntime for the python package

1 participant