gnu: idr: Fix build. * gnu/packages/bioinformatics.scm (idr): [propagated-inputs]: Use python-numpy-1. [native-inputs]: Use python-cython-0. Change-Id: Ic1fabb53311a74db3872f50c2f67f8e1310be204 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-) M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 9728,9 9728,9 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and ;; causes the tests to always fail. (arguments `(#:tests? #f)) (propagated-inputs (list python-scipy python-sympy python-numpy python-matplotlib)) (list python-scipy python-sympy python-numpy-1 python-matplotlib)) (native-inputs (list python-cython (list python-cython-0 python-setuptools)) (home-page "https://github.com/nboley/idr") (synopsis "Tool to measure the irreproducible discovery rate (IDR)")