kabudadada commited on
Commit
44bfe23
·
1 Parent(s): fbf610d

Fix ESM service dependencies: add biopython and requests to requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -5,4 +5,6 @@ torch
5
  fairscale
6
  numpy
7
  tqdm
8
- scipy
 
 
 
5
  fairscale
6
  numpy
7
  tqdm
8
+ scipy
9
+ biopython
10
+ requests