Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -7
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
aiohappyeyeballs==2.4.4
|
4 |
aiohttp==3.11.11
|
5 |
aiohttp-cors==0.7.0
|
@@ -54,8 +55,10 @@ einops==0.8.0
|
|
54 |
et_xmlfile==2.0.0
|
55 |
etelemetry==0.3.1
|
56 |
executing==2.1.0
|
|
|
57 |
fastapi==0.115.6
|
58 |
fastjsonschema==2.21.1
|
|
|
59 |
filelock==3.16.1
|
60 |
filetype==1.2.0
|
61 |
fitz==0.0.1.dev2
|
@@ -71,6 +74,8 @@ google-auth==2.37.0
|
|
71 |
google-auth-httplib2==0.2.0
|
72 |
google-generativeai==0.8.3
|
73 |
googleapis-common-protos==1.66.0
|
|
|
|
|
74 |
greenlet==3.1.1
|
75 |
grpcio==1.69.0
|
76 |
grpcio-status==1.69.0
|
@@ -80,7 +85,7 @@ httplib2==0.22.0
|
|
80 |
httptools==0.6.4
|
81 |
httpx==0.28.1
|
82 |
httpx-sse==0.4.0
|
83 |
-
huggingface-hub==0.
|
84 |
idna==3.10
|
85 |
imageio==2.36.1
|
86 |
importlib_metadata==8.5.0
|
@@ -118,6 +123,7 @@ jupyterlab_widgets==3.0.13
|
|
118 |
langchain==0.3.14
|
119 |
langchain-community==0.3.14
|
120 |
langchain-core==0.3.29
|
|
|
121 |
langchain-openai==0.2.14
|
122 |
langchain-text-splitters==0.3.4
|
123 |
langsmith==0.2.10
|
@@ -129,7 +135,7 @@ lxml==5.3.0
|
|
129 |
markdown-it-py==3.0.0
|
130 |
markdrop==0.2.8
|
131 |
marko==2.1.2
|
132 |
-
MarkupSafe==
|
133 |
marshmallow==3.23.3
|
134 |
matplotlib-inline==0.1.7
|
135 |
mdurl==0.1.2
|
@@ -193,6 +199,7 @@ pydantic==2.10.4
|
|
193 |
pydantic-settings==2.7.1
|
194 |
pydantic_core==2.27.2
|
195 |
pydot==3.0.3
|
|
|
196 |
pyflakes==3.2.0
|
197 |
Pygments==2.18.0
|
198 |
PyMuPDF==1.25.1
|
@@ -204,6 +211,7 @@ python-dateutil==2.9.0.post0
|
|
204 |
python-docx==1.1.2
|
205 |
python-dotenv==1.0.1
|
206 |
python-json-logger==3.2.1
|
|
|
207 |
python-pptx==1.0.2
|
208 |
pytz==2024.2
|
209 |
pyxnat==1.6.2
|
@@ -222,10 +230,13 @@ rich==13.9.4
|
|
222 |
rpds-py==0.22.3
|
223 |
rsa==4.9
|
224 |
Rtree==1.3.0
|
|
|
|
|
225 |
safetensors==0.5.0
|
226 |
scikit-image==0.25.0
|
227 |
scikit-learn==1.6.0
|
228 |
scipy==1.15.0
|
|
|
229 |
semchunk==2.2.2
|
230 |
Send2Trash==1.8.3
|
231 |
sentence-transformers==3.3.1
|
@@ -250,8 +261,10 @@ tiktoken==0.7.0
|
|
250 |
timm==1.0.12
|
251 |
tinycss2==1.4.0
|
252 |
tokenizers==0.21.0
|
253 |
-
|
254 |
-
|
|
|
|
|
255 |
tornado==6.4.2
|
256 |
tqdm==4.67.1
|
257 |
traitlets==5.14.3
|
@@ -280,4 +293,4 @@ wrapt==1.17.0
|
|
280 |
XlsxWriter==3.2.0
|
281 |
xxhash==3.5.0
|
282 |
yarl==1.18.3
|
283 |
-
zipp==3.21.0
|
|
|
1 |
+
accelerate==1.3.0
|
2 |
+
acres==0.2.0
|
3 |
+
aiofiles==23.2.1
|
4 |
aiohappyeyeballs==2.4.4
|
5 |
aiohttp==3.11.11
|
6 |
aiohttp-cors==0.7.0
|
|
|
55 |
et_xmlfile==2.0.0
|
56 |
etelemetry==0.3.1
|
57 |
executing==2.1.0
|
58 |
+
faiss-cpu==1.10.0
|
59 |
fastapi==0.115.6
|
60 |
fastjsonschema==2.21.1
|
61 |
+
ffmpy==0.5.0
|
62 |
filelock==3.16.1
|
63 |
filetype==1.2.0
|
64 |
fitz==0.0.1.dev2
|
|
|
74 |
google-auth-httplib2==0.2.0
|
75 |
google-generativeai==0.8.3
|
76 |
googleapis-common-protos==1.66.0
|
77 |
+
gradio==5.16.0
|
78 |
+
gradio_client==1.7.0
|
79 |
greenlet==3.1.1
|
80 |
grpcio==1.69.0
|
81 |
grpcio-status==1.69.0
|
|
|
85 |
httptools==0.6.4
|
86 |
httpx==0.28.1
|
87 |
httpx-sse==0.4.0
|
88 |
+
huggingface-hub==0.28.1
|
89 |
idna==3.10
|
90 |
imageio==2.36.1
|
91 |
importlib_metadata==8.5.0
|
|
|
123 |
langchain==0.3.14
|
124 |
langchain-community==0.3.14
|
125 |
langchain-core==0.3.29
|
126 |
+
langchain-huggingface==0.1.2
|
127 |
langchain-openai==0.2.14
|
128 |
langchain-text-splitters==0.3.4
|
129 |
langsmith==0.2.10
|
|
|
135 |
markdown-it-py==3.0.0
|
136 |
markdrop==0.2.8
|
137 |
marko==2.1.2
|
138 |
+
MarkupSafe==2.1.5
|
139 |
marshmallow==3.23.3
|
140 |
matplotlib-inline==0.1.7
|
141 |
mdurl==0.1.2
|
|
|
199 |
pydantic-settings==2.7.1
|
200 |
pydantic_core==2.27.2
|
201 |
pydot==3.0.3
|
202 |
+
pydub==0.25.1
|
203 |
pyflakes==3.2.0
|
204 |
Pygments==2.18.0
|
205 |
PyMuPDF==1.25.1
|
|
|
211 |
python-docx==1.1.2
|
212 |
python-dotenv==1.0.1
|
213 |
python-json-logger==3.2.1
|
214 |
+
python-multipart==0.0.20
|
215 |
python-pptx==1.0.2
|
216 |
pytz==2024.2
|
217 |
pyxnat==1.6.2
|
|
|
230 |
rpds-py==0.22.3
|
231 |
rsa==4.9
|
232 |
Rtree==1.3.0
|
233 |
+
ruff==0.9.6
|
234 |
+
safehttpx==0.1.6
|
235 |
safetensors==0.5.0
|
236 |
scikit-image==0.25.0
|
237 |
scikit-learn==1.6.0
|
238 |
scipy==1.15.0
|
239 |
+
semantic-version==2.10.0
|
240 |
semchunk==2.2.2
|
241 |
Send2Trash==1.8.3
|
242 |
sentence-transformers==3.3.1
|
|
|
261 |
timm==1.0.12
|
262 |
tinycss2==1.4.0
|
263 |
tokenizers==0.21.0
|
264 |
+
tomlkit==0.13.2
|
265 |
+
torch==2.5.1+cu124
|
266 |
+
torchaudio==2.5.1+cu124
|
267 |
+
torchvision==0.20.1+cu124
|
268 |
tornado==6.4.2
|
269 |
tqdm==4.67.1
|
270 |
traitlets==5.14.3
|
|
|
293 |
XlsxWriter==3.2.0
|
294 |
xxhash==3.5.0
|
295 |
yarl==1.18.3
|
296 |
+
zipp==3.21.0
|