Description: Drop the runtime dependency on Cython
Author: Graham Inggs <ginggs@debian.org>
Last-Update: 2024-05-03

Also drop runtime dependency on nose, adetiste

--- python-iow.orig/setup.py
+++ python-iow/setup.py
@@ -121,7 +121,6 @@
       install_requires=[
           'numpy >= 1.9.2',
           'pytest',
-          'cython',
           'pandas',
           'click',
           'scikit-bio >= 0.5.0'],
