Commit
·
b80e010
1
Parent(s):
1461e69
Add sklearn package
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,5 +5,6 @@ llama_index.embeddings.mistralai
|
|
| 5 |
mistralai==1.8.1
|
| 6 |
PyJWT==2.10.1
|
| 7 |
python-dotenv==1.1.0
|
|
|
|
| 8 |
requests==2.32.3
|
| 9 |
gradio
|
|
|
|
| 5 |
mistralai==1.8.1
|
| 6 |
PyJWT==2.10.1
|
| 7 |
python-dotenv==1.1.0
|
| 8 |
+
scikit-learn==1.6.1
|
| 9 |
requests==2.32.3
|
| 10 |
gradio
|