Skip to content

Commit f82e4a6

Browse files
committed
Add build-system to toml
1 parent 1068f40 commit f82e4a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ VCS = "git"
4444
style = "pep440"
4545
versionfile_source = "numba_dpex/_version.py"
4646
parentdir_prefix = ""
47+
48+
[build-system]
49+
requires = [
50+
"setuptools>=42",
51+
"scikit-build>=0.13",
52+
"cmake>=3.18",
53+
"ninja",
54+
]
55+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)