Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
@@ -24,4 +24,16 @@ reportlab>=4.0.0
|
|
24 |
# Optional: Development Tools
|
25 |
black>=23.0.0 # Code formatting
|
26 |
pytest>=7.0.0 # Testing
|
27 |
-
pylint>=3.0.0 # Code analysis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
# Optional: Development Tools
|
25 |
black>=23.0.0 # Code formatting
|
26 |
pytest>=7.0.0 # Testing
|
27 |
+
pylint>=3.0.0 # Code analysis
|
28 |
+
|
29 |
+
gradio>=4.0.0
|
30 |
+
pandas>=2.0.0
|
31 |
+
google-generativeai>=0.3.0
|
32 |
+
joblib>=1.3.0
|
33 |
+
reportlab>=4.0.0
|
34 |
+
plotly>=5.18.0
|
35 |
+
python-dotenv>=1.0.0
|
36 |
+
openpyxl>=3.1.0 # For Excel file support
|
37 |
+
xgboost>=2.0.0 # For the freight prediction model
|
38 |
+
numpy>=1.24.0
|
39 |
+
scikit-learn>=1.3.0
|