Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -10,7 +10,10 @@ scikit-learn>=1.4.0
|
|
| 10 |
numpy>=1.26.0
|
| 11 |
pandas>=2.2.0
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
| 14 |
umap-learn>=0.5.5
|
| 15 |
hdbscan>=0.8.33
|
| 16 |
cython>=0.29.36
|
|
|
|
| 10 |
numpy>=1.26.0
|
| 11 |
pandas>=2.2.0
|
| 12 |
|
| 13 |
+
langchain-openai>=0.2.0
|
| 14 |
+
langchain-groq>=0.2.0
|
| 15 |
+
openai>=1.40.0
|
| 16 |
+
groq>=0.9.0
|
| 17 |
umap-learn>=0.5.5
|
| 18 |
hdbscan>=0.8.33
|
| 19 |
cython>=0.29.36
|