Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
# Core dependencies
|
| 2 |
pymongo
|
|
|
|
| 3 |
gradio
|
|
|
|
| 4 |
python-dotenv
|
| 5 |
openai
|
| 6 |
anthropic
|
|
|
|
| 1 |
# Core dependencies
|
| 2 |
pymongo
|
| 3 |
+
google-genai==1.5.0
|
| 4 |
gradio
|
| 5 |
+
pydantic==2.10.6
|
| 6 |
python-dotenv
|
| 7 |
openai
|
| 8 |
anthropic
|