1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: No runtime dependency from cython
Bug-Debian: https://bugs.debian.org/1058002
Author: Andreas Tille <tille@debian.org>
Last-Update: 2023-12-11
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,6 @@
# Example:
# numpy==1.13.3
# scipy==1.0
-cython
numpy
scipy
sympy
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,6 @@ install_requires =
importlib-metadata; python_version<"3.8"
numpy
scipy
- cython
# The usage of test_requires is discouraged, see `Dependency Management` docs
# tests_require = pytest; pytest-cov
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
|