Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -6,11 +6,13 @@ pymongo
|
|
| 6 |
# AI/ML Libraries
|
| 7 |
groq
|
| 8 |
scikit-learn
|
| 9 |
-
numpy
|
|
|
|
|
|
|
| 10 |
# IBM Watson AI
|
| 11 |
ibm-watsonx-ai
|
| 12 |
# Data Processing and Visualization
|
| 13 |
-
|
| 14 |
plotly
|
| 15 |
# HTTP Requests
|
| 16 |
requests
|
|
|
|
| 6 |
# AI/ML Libraries
|
| 7 |
groq
|
| 8 |
scikit-learn
|
| 9 |
+
numpy==1.26.4
|
| 10 |
+
pandas==2.2.2
|
| 11 |
+
|
| 12 |
# IBM Watson AI
|
| 13 |
ibm-watsonx-ai
|
| 14 |
# Data Processing and Visualization
|
| 15 |
+
|
| 16 |
plotly
|
| 17 |
# HTTP Requests
|
| 18 |
requests
|