mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-14 08:18:02 -05:00
* merge confix resolution * add support to other scripts --------- Co-authored-by: dan <dan@nod-labs.com>
18 lines
297 B
TOML
18 lines
297 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"packaging",
|
|
|
|
"numpy>=1.22.4",
|
|
"torch-mlir>=20221021.633",
|
|
"iree-compiler>=20221022.190",
|
|
"iree-runtime>=20221022.190",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 79
|
|
include = '\.pyi?$'
|
|
|