summaryrefslogtreecommitdiff
path: root/src/python/pyproject.toml
diff options
context:
space:
mode:
authorMathieuCarriere <mathieu.carriere3@gmail.com>2022-02-14 18:57:53 +0100
committerMathieuCarriere <mathieu.carriere3@gmail.com>2022-02-14 18:57:53 +0100
commitfe3fb13a1a824ef0c915d626344d868eef6ecdcd (patch)
treed6caaf94666427f33c28bcfe39886ae1afc926ea /src/python/pyproject.toml
parent041dfcf7cc72d3af78a20cfbd86ae629809ca13a (diff)
parent5e9f99b8b8ad7bf97a070b3578605a48fb484297 (diff)
Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diff
Diffstat (limited to 'src/python/pyproject.toml')
-rw-r--r--src/python/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml
index a9fb4985..55b64466 100644
--- a/src/python/pyproject.toml
+++ b/src/python/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "wheel", "numpy>=1.15.0", "cython", "pybind11"]
+requires = ["setuptools>=24.2.0", "wheel", "numpy>=1.15.0", "cython>=0.27", "pybind11"]
build-backend = "setuptools.build_meta"