update
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv pip compile pyproject.toml -o requirements.txt
|
3 |
-
# Pin gradio to a specific version that works with all packages
|
4 |
-
gradio==5.9.1
|
5 |
-
|
6 |
-
# Keep all existing dependencies but adjust their versions to work with gradio 5.5.0
|
7 |
-
ai-gradio[deepseek,crewai,hyperbolic,openai,gemini,smolagents]==0.2.1
|
8 |
-
gradio-webrtc[vad]==0.0.27
|
9 |
-
modelscope-studio==1.0.2
|
10 |
aiofiles==23.2.1
|
11 |
# via gradio
|
12 |
aiohappyeyeballs==2.4.4
|
@@ -150,6 +143,7 @@ googleapis-common-protos==1.66.0
|
|
150 |
# grpcio-status
|
151 |
gradio-client==1.5.2
|
152 |
# via gradio
|
|
|
153 |
# via anychat (pyproject.toml)
|
154 |
groq==0.12.0
|
155 |
# via groq-gradio
|
@@ -496,10 +490,9 @@ xai-gradio==0.0.2
|
|
496 |
# via anychat (pyproject.toml)
|
497 |
yarl==1.18.3
|
498 |
# via aiohttp
|
499 |
-
crewai
|
|
|
500 |
instructor==1.3.3
|
501 |
crewai-tools>=0.17.0
|
502 |
langchain>=0.2.16
|
503 |
-
openai>=1.58.1
|
504 |
-
litellm>=1.55.10
|
505 |
-
chromadb>=0.4.24,<0.6.0
|
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv pip compile pyproject.toml -o requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
aiofiles==23.2.1
|
4 |
# via gradio
|
5 |
aiohappyeyeballs==2.4.4
|
|
|
143 |
# grpcio-status
|
144 |
gradio-client==1.5.2
|
145 |
# via gradio
|
146 |
+
gradio-webrtc==0.0.23
|
147 |
# via anychat (pyproject.toml)
|
148 |
groq==0.12.0
|
149 |
# via groq-gradio
|
|
|
490 |
# via anychat (pyproject.toml)
|
491 |
yarl==1.18.3
|
492 |
# via aiohttp
|
493 |
+
ai-gradio[deepseek,crewai,hyperbolic,openai,gemini]==0.2.0
|
494 |
+
crewai==0.86.0
|
495 |
instructor==1.3.3
|
496 |
crewai-tools>=0.17.0
|
497 |
langchain>=0.2.16
|
498 |
+
openai>=1.58.1
|
|
|
|