summaryrefslogtreecommitdiff
path: root/src/python/pyproject.toml
diff options
context:
space:
mode:
authorHind-M <70631848+Hind-M@users.noreply.github.com>2021-10-08 16:27:39 +0200
committerGitHub <noreply@github.com>2021-10-08 16:27:39 +0200
commit9116cba43919462f981275a5c2da30cd8b29f0ba (patch)
tree0a2734313e5694c842989ff3855c5fea146fd22e /src/python/pyproject.toml
parent44659b4d5c2df18745e36280317ecbc9c6a5b411 (diff)
parent8adb46d8a54f1a0dd71ea686473cc4ca9f5d2f67 (diff)
Merge branch 'master' 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"