Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
torch==2.0.1
|
2 |
-
|
|
|
|
|
3 |
torchmetrics==0.9.3
|
4 |
pytorch-lightning==2.1.3
|
5 |
transformers==4.28.0
|
6 |
scikit-learn==1.4.0
|
7 |
tabulate==0.9.0
|
8 |
-
|
|
|
|
|
|
1 |
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
torchaudio==2.0.2
|
4 |
+
gradio==4.37.1
|
5 |
torchmetrics==0.9.3
|
6 |
pytorch-lightning==2.1.3
|
7 |
transformers==4.28.0
|
8 |
scikit-learn==1.4.0
|
9 |
tabulate==0.9.0
|
10 |
+
biopython==1.83
|
11 |
+
easydict==1.13
|
12 |
+
lmdb==1.4.1
|