Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,18 +1,15 @@
|
|
1 |
# Core ML & Data Libraries
|
2 |
torch==2.0.1
|
3 |
-
numpy
|
4 |
-
pandas
|
5 |
-
scikit-learn
|
6 |
-
joblib
|
|
|
7 |
|
8 |
# Hugging Face & Transformer Libraries
|
9 |
transformers==4.30.0
|
10 |
-
sentencepiece
|
11 |
-
tqdm
|
12 |
|
13 |
# Web Application Library
|
14 |
-
gradio
|
15 |
-
|
16 |
-
# Optional but good to have
|
17 |
-
torchvision
|
18 |
-
torchaudio
|
|
|
1 |
# Core ML & Data Libraries
|
2 |
torch==2.0.1
|
3 |
+
numpy==1.24.3
|
4 |
+
pandas==2.2.3
|
5 |
+
scikit-learn==1.6.0
|
6 |
+
joblib==1.4.2
|
7 |
+
biopython==1.79
|
8 |
|
9 |
# Hugging Face & Transformer Libraries
|
10 |
transformers==4.30.0
|
11 |
+
sentencepiece==0.1.96
|
12 |
+
tqdm==4.65.0
|
13 |
|
14 |
# Web Application Library
|
15 |
+
gradio==4.31.5
|
|
|
|
|
|
|
|