Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -10
requirements.txt
CHANGED
@@ -1,13 +1,4 @@
|
|
1 |
torch>=2.0.0
|
2 |
transformers>=4.30.0
|
3 |
streamlit>=1.22.0
|
4 |
-
|
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
|
|
|
1 |
torch>=2.0.0
|
2 |
transformers>=4.30.0
|
3 |
streamlit>=1.22.0
|
4 |
+
numpy>=1.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|