Skip to content

Commit

Permalink
fix: update requirements.txt so that it is less constraind on minor v…
Browse files Browse the repository at this point in the history
…ersion updates
  • Loading branch information
Adelme Bazin committed Sep 4, 2020
1 parent 459dcfe commit 3c089bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.95
1.1.96
13 changes: 6 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3c089bd

Please sign in to comment.