Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +64 -9
requirements.txt
CHANGED
@@ -1,43 +1,98 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
aiosignal==1.3.1
|
4 |
annotated-types==0.7.0
|
5 |
anyio==4.6.0
|
6 |
asyncio==3.4.3
|
7 |
attrs==24.2.0
|
|
|
8 |
Brotli==1.1.0
|
|
|
9 |
certifi==2024.8.30
|
|
|
10 |
click==8.1.7
|
11 |
colorama==0.4.6
|
12 |
-
|
|
|
|
|
13 |
fastapi==0.115.0
|
14 |
fastembed==0.3.6
|
|
|
|
|
|
|
|
|
15 |
frozenlist==1.4.1
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
19 |
h11==0.14.0
|
20 |
h2==4.1.0
|
21 |
hpack==4.0.0
|
22 |
httpcore==1.0.5
|
23 |
httpx==0.27.2
|
|
|
|
|
24 |
hyperframe==6.0.1
|
25 |
idna==3.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
multidict==6.1.0
|
27 |
-
numpy==
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
portalocker==2.10.1
|
29 |
protobuf==5.28.2
|
30 |
pydantic==2.9.2
|
31 |
pydantic_core==2.23.4
|
|
|
|
|
32 |
PyMuPDF==1.24.10
|
33 |
PyMuPDFb==1.24.10
|
|
|
|
|
|
|
|
|
34 |
python-dotenv==1.0.1
|
|
|
|
|
35 |
pywin32==306
|
|
|
36 |
qdrant-client==1.11.3
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
sniffio==1.3.1
|
|
|
|
|
38 |
starlette==0.38.6
|
39 |
strictjson==5.1.3
|
|
|
|
|
|
|
|
|
|
|
40 |
typing_extensions==4.12.2
|
|
|
41 |
urllib3==2.2.3
|
42 |
-
uvicorn==0.
|
43 |
-
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.4.2
|
3 |
+
aiohttp==3.10.7
|
4 |
aiosignal==1.3.1
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.6.0
|
7 |
asyncio==3.4.3
|
8 |
attrs==24.2.0
|
9 |
+
beautifulsoup4==4.12.3
|
10 |
Brotli==1.1.0
|
11 |
+
bs4==0.0.2
|
12 |
certifi==2024.8.30
|
13 |
+
charset-normalizer==3.3.2
|
14 |
click==8.1.7
|
15 |
colorama==0.4.6
|
16 |
+
coloredlogs==15.0.1
|
17 |
+
contourpy==1.3.0
|
18 |
+
cycler==0.12.1
|
19 |
fastapi==0.115.0
|
20 |
fastembed==0.3.6
|
21 |
+
ffmpy==0.4.0
|
22 |
+
filelock==3.16.1
|
23 |
+
flatbuffers==24.3.25
|
24 |
+
fonttools==4.54.1
|
25 |
frozenlist==1.4.1
|
26 |
+
fsspec==2024.9.0
|
27 |
+
gradio==4.44.0
|
28 |
+
gradio_client==1.3.0
|
29 |
+
grpcio==1.66.2
|
30 |
+
grpcio-tools==1.66.2
|
31 |
h11==0.14.0
|
32 |
h2==4.1.0
|
33 |
hpack==4.0.0
|
34 |
httpcore==1.0.5
|
35 |
httpx==0.27.2
|
36 |
+
huggingface-hub==0.25.1
|
37 |
+
humanfriendly==10.0
|
38 |
hyperframe==6.0.1
|
39 |
idna==3.10
|
40 |
+
importlib_resources==6.4.5
|
41 |
+
Jinja2==3.1.4
|
42 |
+
kiwisolver==1.4.7
|
43 |
+
loguru==0.7.2
|
44 |
+
markdown-it-py==3.0.0
|
45 |
+
MarkupSafe==2.1.5
|
46 |
+
matplotlib==3.9.2
|
47 |
+
mdurl==0.1.2
|
48 |
+
mmh3==4.1.0
|
49 |
+
mpmath==1.3.0
|
50 |
multidict==6.1.0
|
51 |
+
numpy==1.26.4
|
52 |
+
onnx==1.16.2
|
53 |
+
onnxruntime==1.19.2
|
54 |
+
orjson==3.10.7
|
55 |
+
packaging==24.1
|
56 |
+
pandas==2.2.3
|
57 |
+
pillow==10.4.0
|
58 |
portalocker==2.10.1
|
59 |
protobuf==5.28.2
|
60 |
pydantic==2.9.2
|
61 |
pydantic_core==2.23.4
|
62 |
+
pydub==0.25.1
|
63 |
+
Pygments==2.18.0
|
64 |
PyMuPDF==1.24.10
|
65 |
PyMuPDFb==1.24.10
|
66 |
+
pyparsing==3.1.4
|
67 |
+
pyreadline3==3.5.4
|
68 |
+
PyStemmer==2.2.0.1
|
69 |
+
python-dateutil==2.9.0.post0
|
70 |
python-dotenv==1.0.1
|
71 |
+
python-multipart==0.0.11
|
72 |
+
pytz==2024.2
|
73 |
pywin32==306
|
74 |
+
PyYAML==6.0.2
|
75 |
qdrant-client==1.11.3
|
76 |
+
requests==2.32.3
|
77 |
+
rich==13.8.1
|
78 |
+
ruff==0.6.8
|
79 |
+
semantic-version==2.10.0
|
80 |
+
shellingham==1.5.4
|
81 |
+
six==1.16.0
|
82 |
sniffio==1.3.1
|
83 |
+
snowballstemmer==2.2.0
|
84 |
+
soupsieve==2.6
|
85 |
starlette==0.38.6
|
86 |
strictjson==5.1.3
|
87 |
+
sympy==1.13.3
|
88 |
+
tokenizers==0.20.0
|
89 |
+
tomlkit==0.12.0
|
90 |
+
tqdm==4.66.5
|
91 |
+
typer==0.12.5
|
92 |
typing_extensions==4.12.2
|
93 |
+
tzdata==2024.2
|
94 |
urllib3==2.2.3
|
95 |
+
uvicorn==0.31.0
|
96 |
+
websockets==12.0
|
97 |
+
win32-setctime==1.1.0
|
98 |
+
yarl==1.13.1
|