Skip to content

Commit c7dba16

Browse files
committed
add ninja to build-system
1 parent 06fb456 commit c7dba16

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525

2626
[build-system]
2727
build-backend = "mesonpy"
28-
requires = ["meson-python>=0.13.0", "Cython", "mkl-devel"]
28+
requires = [
29+
"meson-python>=0.13.0",
30+
"ninja",
31+
"Cython",
32+
"mkl-devel"
33+
]
2934

3035
[project]
3136
authors = [{name = "Intel Corporation"}]

0 commit comments

Comments
 (0)