Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: relax constraint on onnxruntime #917

Merged
merged 1 commit into from
Jan 23, 2025
Merged

python: relax constraint on onnxruntime #917

merged 1 commit into from
Jan 23, 2025

Conversation

reyammer
Copy link
Collaborator

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.

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.
@reyammer reyammer merged commit 4552756 into main Jan 23, 2025
21 checks passed
@reyammer reyammer deleted the py-fix835 branch January 23, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revisit python's onnxruntime constraint (in light of uv's latest release)
1 participant