Spaces:
Sleeping
Sleeping
Commit
·
e2612e1
1
Parent(s):
eb1ac6d
Updated requirements
Browse files- requirements.txt +69 -1
requirements.txt
CHANGED
@@ -1,50 +1,109 @@
|
|
1 |
aiofiles==23.2.1
|
|
|
|
|
|
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.8.0
|
|
|
|
|
|
|
|
|
4 |
certifi==2025.1.31
|
5 |
charset-normalizer==3.4.1
|
6 |
click==8.1.8
|
7 |
colorama==0.4.6
|
|
|
|
|
|
|
|
|
8 |
easyocr==1.7.2
|
9 |
fastapi==0.115.11
|
10 |
ffmpy==0.5.0
|
11 |
filelock==3.17.0
|
|
|
|
|
12 |
fsspec==2025.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
gradio==5.20.1
|
14 |
gradio_client==1.7.2
|
|
|
15 |
groovy==0.1.2
|
|
|
|
|
16 |
h11==0.14.0
|
17 |
httpcore==1.0.7
|
|
|
18 |
httpx==0.28.1
|
19 |
huggingface-hub==0.29.3
|
20 |
idna==3.10
|
21 |
imageio==2.37.0
|
22 |
Jinja2==3.1.6
|
|
|
|
|
23 |
lazy_loader==0.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
markdown-it-py==3.0.0
|
25 |
MarkupSafe==2.1.5
|
|
|
26 |
mdurl==0.1.2
|
27 |
mpmath==1.3.0
|
|
|
|
|
|
|
28 |
networkx==3.4.2
|
29 |
ninja==1.11.1.3
|
|
|
30 |
numpy==2.2.3
|
|
|
31 |
opencv-python-headless==4.11.0.86
|
32 |
orjson==3.10.15
|
33 |
packaging==24.2
|
34 |
pandas==2.2.3
|
35 |
-
pillow==
|
|
|
|
|
|
|
|
|
|
|
36 |
pyclipper==1.3.0.post6
|
37 |
pydantic==2.10.6
|
38 |
pydantic_core==2.27.2
|
39 |
pydub==0.25.1
|
40 |
Pygments==2.19.1
|
|
|
|
|
41 |
python-bidi==0.6.6
|
42 |
python-dateutil==2.9.0.post0
|
|
|
43 |
python-multipart==0.0.20
|
44 |
pytz==2025.1
|
45 |
PyYAML==6.0.2
|
|
|
46 |
requests==2.32.3
|
47 |
rich==13.9.4
|
|
|
48 |
ruff==0.9.10
|
49 |
safehttpx==0.1.6
|
50 |
scikit-image==0.25.2
|
@@ -55,16 +114,25 @@ shapely==2.0.7
|
|
55 |
shellingham==1.5.4
|
56 |
six==1.17.0
|
57 |
sniffio==1.3.1
|
|
|
|
|
58 |
starlette==0.46.1
|
|
|
59 |
sympy==1.13.1
|
|
|
60 |
tifffile==2025.2.18
|
|
|
61 |
tomlkit==0.13.2
|
62 |
torch==2.6.0
|
63 |
torchvision==0.21.0
|
64 |
tqdm==4.67.1
|
65 |
typer==0.15.2
|
|
|
66 |
typing_extensions==4.12.2
|
67 |
tzdata==2025.1
|
|
|
68 |
urllib3==2.3.0
|
69 |
uvicorn==0.34.0
|
70 |
websockets==15.0.1
|
|
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.11.13
|
4 |
+
aiosignal==1.3.2
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.8.0
|
7 |
+
attrs==25.3.0
|
8 |
+
audioop-lts==0.2.1
|
9 |
+
beautifulsoup4==4.13.3
|
10 |
+
cachetools==5.5.2
|
11 |
certifi==2025.1.31
|
12 |
charset-normalizer==3.4.1
|
13 |
click==8.1.8
|
14 |
colorama==0.4.6
|
15 |
+
dataclasses-json==0.6.7
|
16 |
+
Deprecated==1.2.18
|
17 |
+
dirtyjson==1.0.8
|
18 |
+
distro==1.9.0
|
19 |
easyocr==1.7.2
|
20 |
fastapi==0.115.11
|
21 |
ffmpy==0.5.0
|
22 |
filelock==3.17.0
|
23 |
+
filetype==1.2.0
|
24 |
+
frozenlist==1.5.0
|
25 |
fsspec==2025.3.0
|
26 |
+
google-ai-generativelanguage==0.6.15
|
27 |
+
google-api-core==2.24.2
|
28 |
+
google-api-python-client==2.164.0
|
29 |
+
google-auth==2.38.0
|
30 |
+
google-auth-httplib2==0.2.0
|
31 |
+
google-generativeai==0.8.4
|
32 |
+
googleapis-common-protos==1.69.1
|
33 |
gradio==5.20.1
|
34 |
gradio_client==1.7.2
|
35 |
+
greenlet==3.1.1
|
36 |
groovy==0.1.2
|
37 |
+
grpcio==1.71.0
|
38 |
+
grpcio-status==1.71.0
|
39 |
h11==0.14.0
|
40 |
httpcore==1.0.7
|
41 |
+
httplib2==0.22.0
|
42 |
httpx==0.28.1
|
43 |
huggingface-hub==0.29.3
|
44 |
idna==3.10
|
45 |
imageio==2.37.0
|
46 |
Jinja2==3.1.6
|
47 |
+
jiter==0.9.0
|
48 |
+
joblib==1.4.2
|
49 |
lazy_loader==0.4
|
50 |
+
llama-cloud==0.1.14
|
51 |
+
llama-cloud-services==0.6.5
|
52 |
+
llama-index==0.12.24
|
53 |
+
llama-index-agent-openai==0.4.6
|
54 |
+
llama-index-cli==0.4.1
|
55 |
+
llama-index-core==0.12.24
|
56 |
+
llama-index-embeddings-gemini==0.3.1
|
57 |
+
llama-index-embeddings-openai==0.3.1
|
58 |
+
llama-index-indices-managed-llama-cloud==0.6.8
|
59 |
+
llama-index-llms-gemini==0.4.11
|
60 |
+
llama-index-llms-openai==0.3.25
|
61 |
+
llama-index-multi-modal-llms-openai==0.4.3
|
62 |
+
llama-index-program-openai==0.3.1
|
63 |
+
llama-index-question-gen-openai==0.3.0
|
64 |
+
llama-index-readers-file==0.4.6
|
65 |
+
llama-index-readers-llama-parse==0.4.0
|
66 |
+
llama-parse==0.6.4.post1
|
67 |
markdown-it-py==3.0.0
|
68 |
MarkupSafe==2.1.5
|
69 |
+
marshmallow==3.26.1
|
70 |
mdurl==0.1.2
|
71 |
mpmath==1.3.0
|
72 |
+
multidict==6.1.0
|
73 |
+
mypy-extensions==1.0.0
|
74 |
+
nest-asyncio==1.6.0
|
75 |
networkx==3.4.2
|
76 |
ninja==1.11.1.3
|
77 |
+
nltk==3.9.1
|
78 |
numpy==2.2.3
|
79 |
+
openai==1.66.3
|
80 |
opencv-python-headless==4.11.0.86
|
81 |
orjson==3.10.15
|
82 |
packaging==24.2
|
83 |
pandas==2.2.3
|
84 |
+
pillow==10.4.0
|
85 |
+
propcache==0.3.0
|
86 |
+
proto-plus==1.26.1
|
87 |
+
protobuf==5.29.3
|
88 |
+
pyasn1==0.6.1
|
89 |
+
pyasn1_modules==0.4.1
|
90 |
pyclipper==1.3.0.post6
|
91 |
pydantic==2.10.6
|
92 |
pydantic_core==2.27.2
|
93 |
pydub==0.25.1
|
94 |
Pygments==2.19.1
|
95 |
+
pyparsing==3.2.1
|
96 |
+
pypdf==5.3.1
|
97 |
python-bidi==0.6.6
|
98 |
python-dateutil==2.9.0.post0
|
99 |
+
python-dotenv==1.0.1
|
100 |
python-multipart==0.0.20
|
101 |
pytz==2025.1
|
102 |
PyYAML==6.0.2
|
103 |
+
regex==2024.11.6
|
104 |
requests==2.32.3
|
105 |
rich==13.9.4
|
106 |
+
rsa==4.9
|
107 |
ruff==0.9.10
|
108 |
safehttpx==0.1.6
|
109 |
scikit-image==0.25.2
|
|
|
114 |
shellingham==1.5.4
|
115 |
six==1.17.0
|
116 |
sniffio==1.3.1
|
117 |
+
soupsieve==2.6
|
118 |
+
SQLAlchemy==2.0.39
|
119 |
starlette==0.46.1
|
120 |
+
striprtf==0.0.26
|
121 |
sympy==1.13.1
|
122 |
+
tenacity==9.0.0
|
123 |
tifffile==2025.2.18
|
124 |
+
tiktoken==0.9.0
|
125 |
tomlkit==0.13.2
|
126 |
torch==2.6.0
|
127 |
torchvision==0.21.0
|
128 |
tqdm==4.67.1
|
129 |
typer==0.15.2
|
130 |
+
typing-inspect==0.9.0
|
131 |
typing_extensions==4.12.2
|
132 |
tzdata==2025.1
|
133 |
+
uritemplate==4.1.1
|
134 |
urllib3==2.3.0
|
135 |
uvicorn==0.34.0
|
136 |
websockets==15.0.1
|
137 |
+
wrapt==1.17.2
|
138 |
+
yarl==1.18.3
|