Raw File
pyproject.toml
[build-system]
requires = ["numpy>=1.19.3", "setuptools", "wheel"]
build-backend = "setuptools.build_meta"
back to top