guohanghui commited on
Commit
ca05019
·
verified ·
1 Parent(s): 2dee372

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- fastmcp>=0.1.0
2
- pydantic>=2.0.0
 
3
  torch
 
4
  numpy
 
5
  scipy
6
- fairscale
7
-
8
- # Optional Dependencies
9
- # matplotlib
10
- # pandas
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ fastmcp>=2.12.0
4
  torch
5
+ fairscale
6
  numpy
7
+ tqdm
8
  scipy
9
+ biopython
10
+ requests