{user_name}
commited on
Commit
•
0306abc
1
Parent(s):
b1a244b
add gradio
Browse files- requirements.txt +26 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
|
|
1 |
aiohttp==3.9.5
|
2 |
aiosignal==1.3.1
|
|
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.4.0
|
5 |
asgiref==3.8.1
|
@@ -18,6 +20,8 @@ chromadb==0.5.3
|
|
18 |
click==8.1.7
|
19 |
colorama==0.4.6
|
20 |
coloredlogs==15.0.1
|
|
|
|
|
21 |
dataclasses-json==0.6.7
|
22 |
deepdiff==7.0.1
|
23 |
Deprecated==1.2.14
|
@@ -27,13 +31,17 @@ emoji==2.12.1
|
|
27 |
exceptiongroup==1.2.1
|
28 |
fastapi==0.111.0
|
29 |
fastapi-cli==0.0.4
|
|
|
30 |
filelock==3.15.4
|
31 |
filetype==1.2.0
|
32 |
flatbuffers==24.3.25
|
|
|
33 |
frozenlist==1.4.1
|
34 |
fsspec==2024.6.0
|
35 |
google-auth==2.30.0
|
36 |
googleapis-common-protos==1.63.1
|
|
|
|
|
37 |
graphlib_backport==1.1.0
|
38 |
greenlet==3.0.3
|
39 |
grpcio==1.64.1
|
@@ -46,12 +54,16 @@ humanfriendly==10.0
|
|
46 |
idna==3.7
|
47 |
importlib_metadata==7.1.0
|
48 |
importlib_resources==6.4.0
|
|
|
49 |
intel-openmp==2021.4.0
|
50 |
Jinja2==3.1.4
|
51 |
joblib==1.4.2
|
52 |
jsonpatch==1.33
|
53 |
jsonpath-python==1.0.6
|
54 |
jsonpointer==3.0.0
|
|
|
|
|
|
|
55 |
kubernetes==30.1.0
|
56 |
langchain==0.2.5
|
57 |
langchain-community==0.2.5
|
@@ -65,6 +77,7 @@ Markdown==3.6
|
|
65 |
markdown-it-py==3.0.0
|
66 |
MarkupSafe==2.1.5
|
67 |
marshmallow==3.21.3
|
|
|
68 |
mdurl==0.1.2
|
69 |
mkl==2021.4.0
|
70 |
mmh3==4.1.0
|
@@ -92,14 +105,18 @@ ordered-set==4.1.0
|
|
92 |
orjson==3.10.5
|
93 |
overrides==7.7.0
|
94 |
packaging==24.1
|
|
|
95 |
pillow==10.3.0
|
|
|
96 |
posthog==3.5.0
|
97 |
protobuf==4.25.3
|
98 |
pyasn1==0.6.0
|
99 |
pyasn1_modules==0.4.0
|
100 |
pydantic==2.7.4
|
101 |
pydantic_core==2.18.4
|
|
|
102 |
Pygments==2.18.0
|
|
|
103 |
pypdf==4.2.0
|
104 |
PyPika==0.48.9
|
105 |
pyproject_hooks==1.1.0
|
@@ -109,17 +126,22 @@ python-dotenv==1.0.1
|
|
109 |
python-iso639==2024.4.27
|
110 |
python-magic==0.4.27
|
111 |
python-multipart==0.0.9
|
|
|
112 |
PyYAML==6.0.1
|
113 |
rapidfuzz==3.9.3
|
|
|
114 |
regex==2024.5.15
|
115 |
requests==2.32.3
|
116 |
requests-oauthlib==2.0.0
|
117 |
requests-toolbelt==1.0.0
|
118 |
rich==13.7.1
|
|
|
119 |
rsa==4.9
|
|
|
120 |
safetensors==0.4.3
|
121 |
scikit-learn==1.3.2
|
122 |
scipy==1.10.1
|
|
|
123 |
sentence-transformers==3.0.1
|
124 |
shellingham==1.5.4
|
125 |
six==1.16.0
|
@@ -135,12 +157,15 @@ threadpoolctl==3.5.0
|
|
135 |
tiktoken==0.7.0
|
136 |
tokenizers==0.19.1
|
137 |
tomli==2.0.1
|
|
|
|
|
138 |
torch==2.3.1
|
139 |
tqdm==4.66.4
|
140 |
transformers==4.41.2
|
141 |
typer==0.12.3
|
142 |
typing-inspect==0.9.0
|
143 |
typing_extensions==4.12.2
|
|
|
144 |
ujson==5.10.0
|
145 |
unstructured==0.11.8
|
146 |
unstructured-client==0.23.7
|
@@ -148,7 +173,7 @@ urllib3==2.2.2
|
|
148 |
uvicorn==0.30.1
|
149 |
watchfiles==0.22.0
|
150 |
websocket-client==1.8.0
|
151 |
-
websockets==
|
152 |
wrapt==1.16.0
|
153 |
yarl==1.9.4
|
154 |
zipp==3.19.2
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
aiohttp==3.9.5
|
3 |
aiosignal==1.3.1
|
4 |
+
altair==5.3.0
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.4.0
|
7 |
asgiref==3.8.1
|
|
|
20 |
click==8.1.7
|
21 |
colorama==0.4.6
|
22 |
coloredlogs==15.0.1
|
23 |
+
contourpy==1.1.1
|
24 |
+
cycler==0.12.1
|
25 |
dataclasses-json==0.6.7
|
26 |
deepdiff==7.0.1
|
27 |
Deprecated==1.2.14
|
|
|
31 |
exceptiongroup==1.2.1
|
32 |
fastapi==0.111.0
|
33 |
fastapi-cli==0.0.4
|
34 |
+
ffmpy==0.3.2
|
35 |
filelock==3.15.4
|
36 |
filetype==1.2.0
|
37 |
flatbuffers==24.3.25
|
38 |
+
fonttools==4.53.0
|
39 |
frozenlist==1.4.1
|
40 |
fsspec==2024.6.0
|
41 |
google-auth==2.30.0
|
42 |
googleapis-common-protos==1.63.1
|
43 |
+
gradio==4.36.1
|
44 |
+
gradio_client==1.0.1
|
45 |
graphlib_backport==1.1.0
|
46 |
greenlet==3.0.3
|
47 |
grpcio==1.64.1
|
|
|
54 |
idna==3.7
|
55 |
importlib_metadata==7.1.0
|
56 |
importlib_resources==6.4.0
|
57 |
+
install==1.3.5
|
58 |
intel-openmp==2021.4.0
|
59 |
Jinja2==3.1.4
|
60 |
joblib==1.4.2
|
61 |
jsonpatch==1.33
|
62 |
jsonpath-python==1.0.6
|
63 |
jsonpointer==3.0.0
|
64 |
+
jsonschema==4.22.0
|
65 |
+
jsonschema-specifications==2023.12.1
|
66 |
+
kiwisolver==1.4.5
|
67 |
kubernetes==30.1.0
|
68 |
langchain==0.2.5
|
69 |
langchain-community==0.2.5
|
|
|
77 |
markdown-it-py==3.0.0
|
78 |
MarkupSafe==2.1.5
|
79 |
marshmallow==3.21.3
|
80 |
+
matplotlib==3.7.5
|
81 |
mdurl==0.1.2
|
82 |
mkl==2021.4.0
|
83 |
mmh3==4.1.0
|
|
|
105 |
orjson==3.10.5
|
106 |
overrides==7.7.0
|
107 |
packaging==24.1
|
108 |
+
pandas==2.0.3
|
109 |
pillow==10.3.0
|
110 |
+
pkgutil_resolve_name==1.3.10
|
111 |
posthog==3.5.0
|
112 |
protobuf==4.25.3
|
113 |
pyasn1==0.6.0
|
114 |
pyasn1_modules==0.4.0
|
115 |
pydantic==2.7.4
|
116 |
pydantic_core==2.18.4
|
117 |
+
pydub==0.25.1
|
118 |
Pygments==2.18.0
|
119 |
+
pyparsing==3.1.2
|
120 |
pypdf==4.2.0
|
121 |
PyPika==0.48.9
|
122 |
pyproject_hooks==1.1.0
|
|
|
126 |
python-iso639==2024.4.27
|
127 |
python-magic==0.4.27
|
128 |
python-multipart==0.0.9
|
129 |
+
pytz==2024.1
|
130 |
PyYAML==6.0.1
|
131 |
rapidfuzz==3.9.3
|
132 |
+
referencing==0.35.1
|
133 |
regex==2024.5.15
|
134 |
requests==2.32.3
|
135 |
requests-oauthlib==2.0.0
|
136 |
requests-toolbelt==1.0.0
|
137 |
rich==13.7.1
|
138 |
+
rpds-py==0.18.1
|
139 |
rsa==4.9
|
140 |
+
ruff==0.4.10
|
141 |
safetensors==0.4.3
|
142 |
scikit-learn==1.3.2
|
143 |
scipy==1.10.1
|
144 |
+
semantic-version==2.10.0
|
145 |
sentence-transformers==3.0.1
|
146 |
shellingham==1.5.4
|
147 |
six==1.16.0
|
|
|
157 |
tiktoken==0.7.0
|
158 |
tokenizers==0.19.1
|
159 |
tomli==2.0.1
|
160 |
+
tomlkit==0.12.0
|
161 |
+
toolz==0.12.1
|
162 |
torch==2.3.1
|
163 |
tqdm==4.66.4
|
164 |
transformers==4.41.2
|
165 |
typer==0.12.3
|
166 |
typing-inspect==0.9.0
|
167 |
typing_extensions==4.12.2
|
168 |
+
tzdata==2024.1
|
169 |
ujson==5.10.0
|
170 |
unstructured==0.11.8
|
171 |
unstructured-client==0.23.7
|
|
|
173 |
uvicorn==0.30.1
|
174 |
watchfiles==0.22.0
|
175 |
websocket-client==1.8.0
|
176 |
+
websockets==11.0.3
|
177 |
wrapt==1.16.0
|
178 |
yarl==1.9.4
|
179 |
zipp==3.19.2
|