Spaces:
Running
Running
update for google
Browse files- pyproject.toml +1 -1
- requirements.txt +2 -2
pyproject.toml
CHANGED
|
@@ -38,7 +38,7 @@ dependencies = [
|
|
| 38 |
"langchain>=0.3.14",
|
| 39 |
"chromadb>=0.5.23",
|
| 40 |
"openai>=1.55.0",
|
| 41 |
-
"ai-gradio[crewai,deepseek,gemini,groq,hyperbolic,openai,smolagents,transformers, langchain]>=0.2.
|
| 42 |
]
|
| 43 |
|
| 44 |
[tool.uv.sources]
|
|
|
|
| 38 |
"langchain>=0.3.14",
|
| 39 |
"chromadb>=0.5.23",
|
| 40 |
"openai>=1.55.0",
|
| 41 |
+
"ai-gradio[crewai,deepseek,gemini,groq,hyperbolic,openai,smolagents,transformers, langchain]>=0.2.14",
|
| 42 |
]
|
| 43 |
|
| 44 |
[tool.uv.sources]
|
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# uv pip compile pyproject.toml -o requirements.txt
|
| 3 |
accelerate==1.2.1
|
| 4 |
# via ai-gradio
|
| 5 |
-
ai-gradio==0.2.
|
| 6 |
# via anychat (pyproject.toml)
|
| 7 |
aiofiles==23.2.1
|
| 8 |
# via gradio
|
|
@@ -296,7 +296,7 @@ google-crc32c==1.6.0
|
|
| 296 |
# aiortc
|
| 297 |
# google-cloud-storage
|
| 298 |
# google-resumable-media
|
| 299 |
-
google-genai==0.
|
| 300 |
# via ai-gradio
|
| 301 |
google-generativeai==0.8.3
|
| 302 |
# via
|
|
|
|
| 2 |
# uv pip compile pyproject.toml -o requirements.txt
|
| 3 |
accelerate==1.2.1
|
| 4 |
# via ai-gradio
|
| 5 |
+
ai-gradio==0.2.14
|
| 6 |
# via anychat (pyproject.toml)
|
| 7 |
aiofiles==23.2.1
|
| 8 |
# via gradio
|
|
|
|
| 296 |
# aiortc
|
| 297 |
# google-cloud-storage
|
| 298 |
# google-resumable-media
|
| 299 |
+
google-genai==0.3.0
|
| 300 |
# via ai-gradio
|
| 301 |
google-generativeai==0.8.3
|
| 302 |
# via
|