Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Add Biopython as requirement in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioMarzella committed Aug 13, 2021
1 parent 1bb178f commit 84a57fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
'torchsummary',
'torch',
'pdb2sql >= 0.5.0',
'freesasa==2.0.3.post7;platform_system=="Linux"',
'freesasa==2.0.5;platform_system=="Darwin"'
'freesasa',
'biopython >= 1.79',
],
extras_require={
'test': ['nose', 'coverage', 'pytest', 'pytest-cov',
Expand Down

0 comments on commit 84a57fa

Please sign in to comment.