Pin wheel to resolve build issues (#84943)

This commit is contained in:
Matt Clay
2025-04-08 22:31:23 -07:00
committed by GitHub
parent 72909599f6
commit 8b0c4825ae
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 66.1.0, <= 72.1.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
requires = ["setuptools >= 66.1.0, <= 72.1.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
build-backend = "setuptools.build_meta"
[project]