1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: No runtime dependency from cython
Bug-Debian: https://bugs.debian.org/1058012
Author: Andreas Tille <tille@debian.org>
Last-Update: 2023-12-11
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ __version__ = open("pyranges/version.py"
'"', '').strip()
install_requires = [
- "cython", "pandas", "ncls>=0.0.62", "tabulate", "sorted_nearest>=0.0.33", "pyrle",
+ "pandas", "ncls>=0.0.62", "tabulate", "sorted_nearest>=0.0.33", "pyrle",
"natsort"] #,
# optional_requires = ["bamread", "pybigwig", "ray"]
|