Skip to content

Commit 2487e89

Browse files
authored
Add pyproject.toml (#62)
1 parent 1b0a912 commit 2487e89

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[build-system]
2+
# Should be mirrored in requirements-build.txt
3+
requires = [
4+
"cmake>=3.21",
5+
"ninja",
6+
"packaging",
7+
"setuptools>=61",
8+
"setuptools-scm>=8.0",
9+
"torch == 2.5.1",
10+
"wheel",
11+
"jinja2",
12+
]
13+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)