Skip to content

Commit 1bdaa9a

Browse files
committed
Update pyproject.toml to include additional build dependencies: build, torch, tox, auditwheel, patchelf, and ninja.
1 parent 1939a63 commit 1bdaa9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[build-system]
22
requires = [
3+
"build",
34
"cmake>=3.26",
4-
"cython",
55
"packaging",
66
"setuptools>=61",
7+
"torch",
78
"wheel",
9+
"tox",
10+
"auditwheel",
11+
"patchelf",
12+
"ninja",
813
]
914
build-backend = "setuptools.build_meta"
1015

0 commit comments

Comments
 (0)