jzou19950715 commited on
Commit
c469635
·
verified ·
1 Parent(s): 01c4653

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # If you have a specialized client for Gemini or DeepSeek, add it here
27
- # e.g. pip install deepseek or gemini if they exist
 
 
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