mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
This helps development where you can be sure that running locally black . flake8 . will do the same as in the github job.
16 lines
276 B
TOML
16 lines
276 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
|