Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +11 -20
requirements.txt
CHANGED
@@ -1,20 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
requests
|
6 |
-
|
7 |
-
|
8 |
-
pandas
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
python-dotenv==1.0.0
|
13 |
-
tqdm==4.66.1
|
14 |
-
|
15 |
-
# Type hints and logging
|
16 |
-
typing-extensions==4.8.0
|
17 |
-
loguru==0.7.2
|
18 |
-
|
19 |
-
# Date handling
|
20 |
-
python-dateutil==2.8.2
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
numpy>=1.24.0
|
3 |
+
matplotlib>=3.7.0
|
4 |
+
litellm>=1.0.0
|
5 |
+
requests>=2.31.0
|
6 |
+
python-dotenv>=1.0.0
|
7 |
+
seaborn>=0.13.0
|
8 |
+
pandas>=2.0.0
|
9 |
+
logging>=0.5.1
|
10 |
+
typing-extensions>=4.7.0
|
11 |
+
json5>=0.9.14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|