summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-04-07 19:12:19 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-04-07 19:12:19 +0200
commitf930fe3f26c4d9629d02916d67cf77f62fb0ed8b (patch)
treeb8843530e10544e735fe031de90de64e4e2fa635 /pyproject.toml
parent9642ace95324cb7800004afcd63a345116dfbfbb (diff)
relax Cython requirement
0.27 was broken, but it will install the latest release anyway now.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0ab3879e6..9261fbe8b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools", "pkgconfig", "Cython!=0.27", "setuptools_scm[toml]>=6.2"]
+requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]