kdir commited on
Commit
347e337
·
verified ·
1 Parent(s): 93c7964

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
- gradio==5.9.0
2
- torch==2.3.1+cu121
3
- torchaudio==2.3.1+cu121
4
- torchvision==0.18.1+cu121
5
- transformers==4.46.0
6
- biopython==1.83
7
- joblib==1.4.2
8
- numpy==1.26.4
9
- requests==2.32.3
10
- einops
11
  scikit-learn
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
 
 
 
 
 
 
 
 
 
2
  scikit-learn
3
+ torch
4
+ torchaudio
5
+ torchvision
6
+ transformers
7
+ biopython
8
+ joblib
9
+ numpy
10
+ requests
11
+ einops
12
+