summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>2023-12-14 22:51:37 +0100
committerÉtienne Mollier <emollier@debian.org>2023-12-14 22:51:37 +0100
commit1351bb019d285cff0a3a73e2d7633583962b3ca9 (patch)
treeaddce38599186cffa089baa2ccb6d4060b496f64
parent32d0a9faa7c931d95f1792b82985897d98da6935 (diff)
demote cython requirement.
The dependency on cython3 is needed at build time, but there is no reason for it to be required for end users of nitime at runtime. Author: Étienne Mollier <emollier@debian.org> Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057996 Forwarded: no Last-Update: 2023-12-14 Gbp-Pq: Name demote-cython.patch
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c6cd3af..3225e61 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,6 @@
requires = [
"setuptools",
"setuptools_scm[toml]>=6.2",
- "cython",
# As of numpy 1.25, you can now build against older APIs.
# https://numpy.org/doc/stable/release/1.25.0-notes.html
"numpy>=1.25; python_version > '3.8'",