rocm_jax/pyproject.toml
Jake VanderPlas f282c251d4 Add minimal pyproject.toml specifying build system
Replaces #15274, Fixes #15256

PiperOrigin-RevId: 520367622
2023-03-29 10:08:30 -07:00

4 lines
90 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"