Skip to content

Commit 8e281e2

Browse files
authored
revert: relax onnxruntime-windowsml version constraint (#1386)
## Summary - Revert the exact onnxruntime-windowsml version pin to the previous bounded range (>=1.24.5,<1.25). - The exact pin was introduced because winml sys failed without it, but that issue is no longer reproducible. - Restore flexible resolution within the supported 1.24.x release line.
1 parent 9203046 commit 8e281e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
# form of what WinML's wasdk metadata pins as `1.24.5.post202604171637` (PEP 440
5252
# normalized) — an exact `==` can't reconcile the two. A bounded range keeps the
5353
# 1.24.x series while resolving to the published wheel.
54-
"onnxruntime-windowsml==1.24.5.202604171637 ; sys_platform == 'win32'",
54+
"onnxruntime-windowsml>=1.24.5,<1.25 ; sys_platform == 'win32'",
5555
"onnxscript>=0.2",
5656
"opentelemetry-sdk>=1.39.1",
5757
"optimum>=2",

0 commit comments

Comments
 (0)