Skip to content

Commit

Permalink
sort setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Causey-Freeman committed Aug 19, 2019
1 parent 9217f54 commit 14e06ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
install_requires=[
"attrs>=17.4.0", # https://github.com/biocommons/hgvs/issues/473
"biocommons.seqrepo",
"biopython==1.69", # 1.70 fails on rtd due to numpy absence
"numpy",
"biopython==1.74", # 1.70 fails on rtd due to numpy absence
"bioutils>=0.2.2",
"configparser>=3.3.0",
"enum34",
Expand Down

0 comments on commit 14e06ec

Please sign in to comment.