summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-08-26 15:00:19 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-08-26 15:00:19 +0200
commit6ffa047e76b680cc7b36b36d330d52a7419ce1ba (patch)
tree8449771cc5fdbf2d33ca1f872dde7bb390425048
parentb786b34a30544cdfcdf04caae6db0e20e940e14d (diff)
Add all build dependencies (to be buildable in a virtual env - even if cmake already detects it)
-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"