mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
9 lines
175 B
TOML
9 lines
175 B
TOML
|
|
[build-system]
|
|
requires = ["setuptools>=40.8.0", "wheel", "cmake>=3.18", "ninja>=1.11.1"]
|
|
|
|
[tool.autopep8]
|
|
aggressive = 1
|
|
ignore = "E501,E701,E731,W690"
|
|
max_line_length = 88
|