From adc5de01692c8abd01fb884c5f5580c5f4f2c0ad Mon Sep 17 00:00:00 2001 From: Luca Venturini Date: Mon, 15 Oct 2018 14:30:16 +0100 Subject: [PATCH] Modified the version of biopython - now we require version 1.67 or later --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e84d6355..0bdf48ffc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ numpy networkx>=1.10 sqlalchemy>=1 sqlalchemy_utils -biopython>=1.66 +biopython>=1.67 intervaltree nose pyfaidx