Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -36
requirements.txt
CHANGED
@@ -1,36 +1,8 @@
|
|
1 |
-
|
2 |
-
torch>=
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
spaces>=0.22.0
|
10 |
-
|
11 |
-
# Data Processing
|
12 |
-
pandas>=2.0.0
|
13 |
-
scikit-learn>=1.3.0
|
14 |
-
|
15 |
-
# Visualization
|
16 |
-
matplotlib>=3.7.0
|
17 |
-
seaborn>=0.12.0
|
18 |
-
plotly>=5.15.0
|
19 |
-
Pillow>=9.5.0
|
20 |
-
|
21 |
-
# Utilities (removed problematic logging package)
|
22 |
-
collections-extended>=2.0.2
|
23 |
-
|
24 |
-
# Optional but recommended for better performance
|
25 |
-
accelerate>=0.20.0
|
26 |
-
|
27 |
-
# For tokenization improvements
|
28 |
-
tokenizers>=0.13.0
|
29 |
-
sentencepiece>=0.1.99
|
30 |
-
|
31 |
-
# JSON handling
|
32 |
-
simplejson>=3.19.0
|
33 |
-
|
34 |
-
# For API integrations if needed later
|
35 |
-
requests>=2.31.0
|
36 |
-
urllib3>=2.0.0
|
|
|
1 |
+
gradio>=3.0
|
2 |
+
torch>=1.9
|
3 |
+
numpy>=1.21
|
4 |
+
pandas>=1.3
|
5 |
+
matplotlib>=3.4
|
6 |
+
pillow>=8.0
|
7 |
+
openpyxl>=3.0
|
8 |
+
xlrd>=2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|