jzou19950715 commited on
Commit
6abe08e
·
verified ·
1 Parent(s): 84add52

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -20
requirements.txt CHANGED
@@ -1,20 +1,11 @@
1
- # Core dependencies
2
- gradio==4.14.0
3
- numpy==1.24.3
4
- matplotlib==3.7.1
5
- requests==2.31.0
6
-
7
- # Data handling and visualization
8
- pandas==2.0.3
9
- plotly==5.18.0
10
-
11
- # Utilities
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