Files
ROCm/python/pyproject.toml
2023-09-17 02:08:04 -07:00

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