Skip to content

Commit

Permalink
Set required biopython version to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillsa committed Oct 12, 2021
1 parent ec2fffd commit 69f25a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="A RNA-Seq Analysis Pipeline",
url="",
install_requires=[
"biopython >= 1.73",
"biopython == 1.78",
"matplotlib >= 2.2.2",
"pandas >= 0.24.2",
"pysam >= 0.15.2",
Expand Down

0 comments on commit 69f25a9

Please sign in to comment.