2025-02-10 09:36:09 +08:00
|
|
|
[build-system]
|
|
|
|
|
# Should be mirrored in requirements.txt
|
|
|
|
|
requires = [
|
|
|
|
|
"setuptools>=64",
|
|
|
|
|
"setuptools-scm>=8",
|
2025-04-03 14:52:34 +08:00
|
|
|
"cmake>=3.26",
|
|
|
|
|
"pybind11",
|
2025-02-10 09:36:09 +08:00
|
|
|
"decorator",
|
|
|
|
|
"pyyaml",
|
|
|
|
|
"scipy",
|
2025-04-03 14:52:34 +08:00
|
|
|
"torch_npu >= 2.5.1rc1",
|
|
|
|
|
"torch >= 2.5.1"
|
2025-02-10 09:36:09 +08:00
|
|
|
]
|
|
|
|
|
build-backend = "setuptools.build_meta"
|