1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Matthias Klose <doko@debian.org>
Date: Sun, 10 Dec 2023 09:19:54 +0000
Subject: no-cython-rt-dependency
Forwarded: https://github.com/pypr/cyarray/pull/16
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 51cfa10..70e2ef2 100644
--- a/setup.py
+++ b/setup.py
@@ -87,7 +87,7 @@ def setup_package():
# The requirements.
install_requires = [
- 'numpy', 'mako', 'Cython>=0.20', 'setuptools>=6.0'
+ 'numpy', 'mako', 'setuptools>=6.0'
]
tests_require = ["pytest"]
docs_require = ["sphinx"]
|