Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -27,7 +27,7 @@ distro==1.9.0
|
|
27 |
duckdb==1.1.1
|
28 |
durationpy==0.7
|
29 |
executing==2.1.0
|
30 |
-
fastapi==0.115.
|
31 |
ffmpy==0.4.0
|
32 |
filelock==3.16.1
|
33 |
flatbuffers==24.3.25
|
@@ -36,8 +36,8 @@ frozenlist==1.4.1
|
|
36 |
fsspec==2024.9.0
|
37 |
google-auth==2.35.0
|
38 |
googleapis-common-protos==1.65.0
|
39 |
-
gradio==
|
40 |
-
gradio_client==1.
|
41 |
greenlet==3.1.1
|
42 |
groq==0.11.0
|
43 |
grpcio==1.66.1
|
@@ -58,10 +58,10 @@ jsonpatch==1.33
|
|
58 |
jsonpointer==3.0.0
|
59 |
kiwisolver==1.4.7
|
60 |
kubernetes==31.0.0
|
61 |
-
langchain==0.3.
|
62 |
langchain-chroma==0.1.4
|
63 |
langchain-community==0.3.1
|
64 |
-
langchain-core==0.3.
|
65 |
langchain-groq==0.2.0
|
66 |
langchain-huggingface==0.1.0
|
67 |
langchain-text-splitters==0.3.0
|
@@ -129,7 +129,7 @@ PyPika==0.48.9
|
|
129 |
pyproject_hooks==1.1.0
|
130 |
python-dateutil==2.9.0.post0
|
131 |
python-dotenv==1.0.1
|
132 |
-
python-multipart==0.0.
|
133 |
pytz==2024.2
|
134 |
PyYAML==6.0.2
|
135 |
regex==2024.9.11
|
@@ -138,6 +138,7 @@ requests-oauthlib==2.0.0
|
|
138 |
rich==13.8.1
|
139 |
rsa==4.9
|
140 |
ruff==0.6.8
|
|
|
141 |
safetensors==0.4.5
|
142 |
scikit-learn==1.5.2
|
143 |
scipy==1.14.1
|
@@ -149,7 +150,7 @@ six==1.16.0
|
|
149 |
sniffio==1.3.1
|
150 |
SQLAlchemy==2.0.35
|
151 |
stack-data==0.6.3
|
152 |
-
starlette==0.
|
153 |
sympy==1.13.3
|
154 |
tenacity==8.5.0
|
155 |
threadpoolctl==3.5.0
|
|
|
27 |
duckdb==1.1.1
|
28 |
durationpy==0.7
|
29 |
executing==2.1.0
|
30 |
+
fastapi==0.115.5
|
31 |
ffmpy==0.4.0
|
32 |
filelock==3.16.1
|
33 |
flatbuffers==24.3.25
|
|
|
36 |
fsspec==2024.9.0
|
37 |
google-auth==2.35.0
|
38 |
googleapis-common-protos==1.65.0
|
39 |
+
gradio==5.5.0
|
40 |
+
gradio_client==1.4.2
|
41 |
greenlet==3.1.1
|
42 |
groq==0.11.0
|
43 |
grpcio==1.66.1
|
|
|
58 |
jsonpointer==3.0.0
|
59 |
kiwisolver==1.4.7
|
60 |
kubernetes==31.0.0
|
61 |
+
langchain==0.3.7
|
62 |
langchain-chroma==0.1.4
|
63 |
langchain-community==0.3.1
|
64 |
+
langchain-core==0.3.18
|
65 |
langchain-groq==0.2.0
|
66 |
langchain-huggingface==0.1.0
|
67 |
langchain-text-splitters==0.3.0
|
|
|
129 |
pyproject_hooks==1.1.0
|
130 |
python-dateutil==2.9.0.post0
|
131 |
python-dotenv==1.0.1
|
132 |
+
python-multipart==0.0.12
|
133 |
pytz==2024.2
|
134 |
PyYAML==6.0.2
|
135 |
regex==2024.9.11
|
|
|
138 |
rich==13.8.1
|
139 |
rsa==4.9
|
140 |
ruff==0.6.8
|
141 |
+
safehttpx==0.1.1
|
142 |
safetensors==0.4.5
|
143 |
scikit-learn==1.5.2
|
144 |
scipy==1.14.1
|
|
|
150 |
sniffio==1.3.1
|
151 |
SQLAlchemy==2.0.35
|
152 |
stack-data==0.6.3
|
153 |
+
starlette==0.41.2
|
154 |
sympy==1.13.3
|
155 |
tenacity==8.5.0
|
156 |
threadpoolctl==3.5.0
|