jzou19950715 commited on
Commit
ca77b8a
·
verified ·
1 Parent(s): ada0c12

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -27
requirements.txt CHANGED
@@ -1,30 +1,5 @@
1
- # Core packages
2
  gradio>=4.0.0
3
  pandas>=2.0.0
4
  numpy>=1.24.0
5
-
6
- # Visualization
7
- bokeh>=3.3.0
8
- matplotlib>=3.7.0
9
- seaborn>=0.12.0
10
-
11
- # AI/LLM integration
12
- litellm>=1.0.0
13
-
14
- # Data handling
15
- openpyxl>=3.1.0 # For Excel file support
16
- xlrd>=2.0.1 # For older Excel files
17
- python-dateutil>=2.8.2
18
-
19
- # Statistical analysis
20
- scipy>=1.10.0
21
- scikit-learn>=1.2.0
22
-
23
- # Development and utilities
24
- python-dotenv>=1.0.0
25
- Jinja2>=3.1.2
26
- MarkupSafe>=2.1.0
27
-
28
- # Optional but recommended for better performance
29
- pyarrow>=14.0.1 # For faster pandas operations
30
- numexpr>=2.8.7 # For faster numerical computations
 
 
1
  gradio>=4.0.0
2
  pandas>=2.0.0
3
  numpy>=1.24.0
4
+ plotly>=5.18.0
5
+ litellm>=1.0.0