Skip to content

Commit 4e2699f

Browse files
author
Changming Sun
authored
Upgrade wheel to 0.45.1 (#25957)
Currently our macOS wheels use Metadata-Version 2.1 Currently our Windows and Linux wheels use Metadata-Version 2.4 Because they use different versions of the ["wheel"](https://pypi.org/project/wheel/#history) package that is used for generating the wheel files. When publishing the macOS wheels to Azure DevOps feed, I got the following error: ``` ERROR: Failed to upload onnxruntime-1.23.0.dev20250903002-cp310-cp310-macosx_13_0_universal2.whl. Return code: 1 STDOUT: Uploading distributions to https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi /upload ERROR InvalidDistribution: Invalid distribution metadata: dynamic introduced in metadata version 2.2, not 2.1 ``` This PR makes them consistent.
1 parent 6da3069 commit 4e2699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/github/linux/docker/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ numpy==2.2.6
33
mypy
44
pytest
55
setuptools==78.1.1
6-
wheel==0.42.0
6+
wheel==0.45.1
77
onnx==1.18.0
88
argparse
99
sympy==1.14

0 commit comments

Comments
 (0)