Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbessonov1984 committed Oct 9, 2024
1 parent 6cd3f98 commit 49cdf0a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Provides in silico predictions of the replicon family, relaxase type, mate-pair
## Installation ##

## Requires
+ Python >= 3.7
+ ete3 >= 3.1.3 (due to updated taxonomy database init)
+ pandas >= 0.22.0,<=1.05
+ python >= 3.7
+ ete3 >= 3.1.3,<4 (due to updated taxonomy database initialization code)
+ pandas >= 0.22.0,<=1.5.3
+ biopython >= 1.80,<2
+ pytables >= 3.3
+ pycurl >= 7.43
+ numpy >= 1.11.1
+ scipy >= 1.1.0
+ six >= 1.10
+ pytables >= 3.3.0,<4
+ pycurl >= 7.43.0,<8
+ numpy >= 1.11.1,<1.23.5
+ scipy >= 1.1.0,<2
+ six >= 1.10,<2

## Dependencies

Expand Down

0 comments on commit 49cdf0a

Please sign in to comment.