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