Update requirements.txt
Browse files- requirements.txt +2 -11
requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
-
# Core Web/UI
|
2 |
gradio
|
3 |
-
|
4 |
-
# Data Handling
|
5 |
pandas
|
6 |
numpy
|
7 |
-
|
8 |
-
# Visualization
|
9 |
matplotlib
|
10 |
seaborn
|
11 |
plotly
|
@@ -15,13 +10,9 @@ pyecharts
|
|
15 |
pygal
|
16 |
dash
|
17 |
vega_datasets
|
18 |
-
|
19 |
-
# Data Science / Analysis
|
20 |
statsmodels
|
21 |
scipy
|
22 |
scikit-learn
|
23 |
-
|
24 |
-
# LLM Clients (optional):
|
25 |
openai
|
26 |
-
|
27 |
-
|
|
|
|
|
1 |
gradio
|
|
|
|
|
2 |
pandas
|
3 |
numpy
|
|
|
|
|
4 |
matplotlib
|
5 |
seaborn
|
6 |
plotly
|
|
|
10 |
pygal
|
11 |
dash
|
12 |
vega_datasets
|
|
|
|
|
13 |
statsmodels
|
14 |
scipy
|
15 |
scikit-learn
|
|
|
|
|
16 |
openai
|
17 |
+
requests
|
18 |
+
subprocess
|