Skip to content

Commit 706c472

Browse files
authored
[CI] Limit wheel package version (openvinotoolkit#29913)
### Details: - The new wheel version (0.46.0) throws an error: Failed to detect Python Tag via wheel.vendored.packaging.tags ### Tickets: - *ticket-id*
1 parent 9e36557 commit 706c472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build<1.3
1212
pygments>=2.8.1
1313
setuptools>=70.1,<76.1
1414
sympy>=1.10
15-
wheel>=0.38.1
15+
wheel>=0.38.1,<0.46.0
1616
patchelf<=0.17.2.1
1717
packaging>=22.0
1818

0 commit comments

Comments
 (0)