From 311f4514464005101126fb9b643c44c08a5e7a99 Mon Sep 17 00:00:00 2001 From: murphycj Date: Mon, 30 Sep 2024 00:40:47 -0400 Subject: [PATCH] downgrade biopython version to avoid numpy issue --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f26ce35..0f06f75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ matplotlib>=3.9.2 pandas==2.2.3 -biopython>=1.84 +biopython>=1.79 future>=0.16.0 pyensembl>=2.3.13 numpy<2