From 3c089bd81475877b24e9ae50418b26d0fa6b458a Mon Sep 17 00:00:00 2001 From: Adelme Bazin Date: Fri, 4 Sep 2020 14:05:36 +0200 Subject: [PATCH] fix: update requirements.txt so that it is less constraind on minor version updates --- VERSION | 2 +- requirements.txt | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 08435f65..748d107a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.95 +1.1.96 diff --git a/requirements.txt b/requirements.txt index 323b43ff..134c3008 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,17 @@ python>=3.6 tqdm=4.* -pytables=3.5.* +pytables=3.* prodigal=2.6.* aragorn=1.2.* infernal=1.1.* -mmseqs2=10.* -networkx=2.3 -scipy=1.3 +mmseqs2>=10.* +networkx=2.* +scipy=1.* plotly=4.* gmpy2=2.* -numpy=1.16#comes with pytables, networkx, pandas ... -pandas=0.25 +pandas=1.* colorlover=0.3 rpy2=2.* r-genoplotr=0.8.* libiconv#because broken dependencies from rpy2 -mkl +mkl \ No newline at end of file