Skip to content

Commit bb67dd8

Browse files
Zan Xublinxt
authored andcommitted
* Pin setuptools to v80.10.2 to avoid the dry_run depracation build error with v81+
Signed-off-by: Zan Xu <zanx@nvidia.com>
1 parent 2b3b491 commit bb67dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[build-system]
66
build-backend = "setuptools.build_meta"
77
requires = [
8-
"setuptools",
8+
"setuptools==80.10.2",
99
"wheel",
1010
]
1111

0 commit comments

Comments
 (0)