summaryrefslogtreecommitdiff
path: root/src/python/pyproject.toml
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2021-10-25 10:34:41 +0200
committerHind-M <hind.montassif@gmail.com>2021-10-25 10:34:41 +0200
commit16044d44e2784508594c4dcb5aa6a0dd52d2c11f (patch)
tree1d3ef0983143ee3e7dfefa96a33d0caae9a66901 /src/python/pyproject.toml
parent0bf357f6346fab6edf96d580a9195c2acbb79bae (diff)
parent9116cba43919462f981275a5c2da30cd8b29f0ba (diff)
Merge branch 'knn_dtm_overflow' of https://github.com/Hind-M/gudhi-devel into knn_dtm_overflow
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"