Source
1
+
[build-system]
2
+
# Minimum requirements for the build system to execute.
3
+
requires = ["setuptools", "wheel", "numpy"]
4
+
build-backend = "setuptools.build_meta"
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel", "numpy"]
build-backend = "setuptools.build_meta"
Everything looks good. We'll let you know here if there's anything you should know about.