Update requirements.txt
Browse files- requirements.txt +10 -26
requirements.txt
CHANGED
@@ -1,28 +1,12 @@
|
|
1 |
-
|
2 |
gradio>=4.0.0
|
3 |
-
|
4 |
-
numpy>=1.
|
5 |
-
|
6 |
-
|
7 |
-
# Visualization
|
8 |
-
matplotlib>=3.7.0
|
9 |
seaborn>=0.12.0
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
scipy>=1.10.0
|
16 |
-
|
17 |
-
# Data Processing
|
18 |
-
python-dotenv>=1.0.0 # for environment variables
|
19 |
-
requests>=2.31.0
|
20 |
-
|
21 |
-
# ML Pipeline
|
22 |
-
imbalanced-learn>=0.11.0
|
23 |
-
category_encoders>=2.6.0
|
24 |
-
|
25 |
-
# Optional but recommended for enhanced functionality
|
26 |
-
jupyter>=1.0.0 # for development
|
27 |
-
ipython>=8.0.0 # for better REPL experience
|
28 |
-
tqdm>=4.65.0 # for progress bars
|
|
|
1 |
+
transformers>=4.0.0
|
2 |
gradio>=4.0.0
|
3 |
+
pandas>=1.5.0
|
4 |
+
numpy>=1.21.0
|
5 |
+
plotly>=5.0.0
|
6 |
+
scikit-learn>=1.0.0
|
|
|
|
|
7 |
seaborn>=0.12.0
|
8 |
+
matplotlib>=3.5.0
|
9 |
+
statsmodels>=0.13.0
|
10 |
+
openai>=1.0.0
|
11 |
+
scipy>=1.7.0
|
12 |
+
openpyxl>=3.0.0 # for Excel support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|