summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4e9de568a0..d35e86cd3e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15574,7 +15574,7 @@ for the analysis and visualization of raw nanopore signal.")
                                          "/vcf/test")))))))
     (native-inputs
      ;; Older setuptools is needed for use_2to3.
-     (list python-cython python-setuptools))
+     (list python-cython python-setuptools-for-tensorflow))
     (propagated-inputs
      (list python-pysam python-rpy2))
     (home-page "https://github.com/jamescasbon/PyVCF")