mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 13:57:54 -05:00
13 lines
195 B
TOML
13 lines
195 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"packaging",
|
|
|
|
"numpy",
|
|
"torch-mlir",
|
|
"iree-compiler",
|
|
"iree-runtime",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|