2025-02-10 09:36:09 +08:00
|
|
|
[build-system]
|
|
|
|
|
# Should be mirrored in requirements.txt
|
|
|
|
|
requires = [
|
2025-04-03 14:52:34 +08:00
|
|
|
"cmake>=3.26",
|
2025-02-10 09:36:09 +08:00
|
|
|
"decorator",
|
2025-05-12 22:04:48 +08:00
|
|
|
"einops",
|
2025-04-07 16:07:21 +08:00
|
|
|
"numpy<2.0.0",
|
2025-04-16 09:28:58 +08:00
|
|
|
"packaging",
|
2025-04-12 10:24:53 +08:00
|
|
|
"pip",
|
2025-04-07 16:07:21 +08:00
|
|
|
"pybind11",
|
2025-02-10 09:36:09 +08:00
|
|
|
"pyyaml",
|
|
|
|
|
"scipy",
|
2025-04-07 16:07:21 +08:00
|
|
|
"setuptools>=64",
|
|
|
|
|
"setuptools-scm>=8",
|
2025-10-10 14:09:53 +08:00
|
|
|
"torch-npu==2.7.1.dev20250724",
|
2025-08-05 08:43:24 +08:00
|
|
|
"torch>=2.7.1",
|
|
|
|
|
"torchvision",
|
2025-04-27 17:28:29 +08:00
|
|
|
"wheel",
|
2025-06-08 22:33:37 +08:00
|
|
|
"msgpack",
|
|
|
|
|
"quart",
|
|
|
|
|
"numba",
|
2025-02-10 09:36:09 +08:00
|
|
|
]
|
|
|
|
|
build-backend = "setuptools.build_meta"
|
2025-07-25 22:16:10 +08:00
|
|
|
|
|
|
|
|
[tool.pymarkdown]
|
|
|
|
|
plugins.md004.style = "sublist" # ul-style
|
|
|
|
|
plugins.md007.indent = 4 # ul-indent
|
|
|
|
|
plugins.md007.start_indented = true # ul-indent
|
|
|
|
|
plugins.md013.enabled = false # line-length
|
|
|
|
|
plugins.md041.enabled = false # first-line-h1
|
|
|
|
|
plugins.md033.enabled = false # inline-html
|
|
|
|
|
plugins.md046.enabled = false # code-block-style
|
|
|
|
|
plugins.md024.allow_different_nesting = true # no-duplicate-headers
|
|
|
|
|
plugins.md029.enabled = false # ol-prefix
|