Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -5
requirements.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
streamlit>=1.22.0
|
4 |
+
pandas>=1.5.0
|
5 |
+
numpy>=1.23.0
|
6 |
+
scikit-learn>=1.0.0
|
7 |
+
datasets>=2.12.0
|
8 |
+
tqdm>=4.65.0
|
9 |
+
matplotlib>=3.5.0
|
10 |
+
seaborn>=0.11.0
|
11 |
+
openpyxl>=3.0.0 # For Excel support
|
12 |
+
nltk>=3.6.0 # For text processing
|
13 |
+
wget>=3.2 # For downloading dataset
|