summaryrefslogtreecommitdiff
path: root/src/python/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/pyproject.toml')
-rw-r--r--src/python/pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml
new file mode 100644
index 00000000..a9fb4985
--- /dev/null
+++ b/src/python/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools", "wheel", "numpy>=1.15.0", "cython", "pybind11"]
+build-backend = "setuptools.build_meta"