From 8fbf1f2d7541df41820aaee5bf5595cdb6c75385 Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Tue, 5 Sep 2023 09:17:03 +0200
Subject: [PATCH] Change min requirement for ncbi_genome_download.

Solves issue #42
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 54977069..c47ed689 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 termcolor
 colorlog
 progressbar2 >= 3.18.0
-ncbi_genome_download >= 0.3.0
+ncbi_genome_download >= 0.3.3
 numpy>=1.11
 scipy
 matplotlib>=2.0.0
-- 
GitLab