make package version control by setuptools_scm to keep the same with vllm Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
12 lines
230 B
TOML
12 lines
230 B
TOML
[build-system]
|
|
# Should be mirrored in requirements.txt
|
|
requires = [
|
|
"setuptools>=64",
|
|
"setuptools-scm>=8",
|
|
"decorator",
|
|
"pyyaml",
|
|
"scipy",
|
|
"torch-npu == 2.5.1rc1"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|