Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +80 -8
requirements.txt
CHANGED
@@ -1,86 +1,158 @@
|
|
1 |
aiofiles==23.2.1
|
2 |
-
aiohttp==3.
|
3 |
aiosignal==1.3.1
|
4 |
altair==5.1.2
|
5 |
annotated-types==0.6.0
|
6 |
anyio==3.7.1
|
|
|
7 |
attrs==23.1.0
|
|
|
|
|
|
|
|
|
|
|
8 |
certifi==2023.7.22
|
|
|
9 |
charset-normalizer==3.3.2
|
|
|
|
|
|
|
10 |
click==8.1.7
|
11 |
colorama==0.4.6
|
|
|
12 |
contourpy==1.2.0
|
13 |
cycler==0.12.1
|
14 |
dataclasses-json==0.6.1
|
|
|
15 |
distro==1.8.0
|
|
|
16 |
fastapi==0.104.1
|
17 |
ffmpy==0.3.1
|
18 |
filelock==3.13.1
|
|
|
|
|
|
|
19 |
fonttools==4.44.0
|
20 |
frozenlist==1.4.0
|
21 |
fsspec==2023.10.0
|
|
|
|
|
22 |
gradio==4.1.2
|
23 |
gradio_client==0.7.0
|
24 |
greenlet==3.0.1
|
|
|
25 |
h11==0.14.0
|
26 |
httpcore==1.0.1
|
|
|
27 |
httpx==0.25.1
|
28 |
-
huggingface-hub==0.
|
|
|
29 |
idna==3.4
|
|
|
30 |
importlib-resources==6.1.1
|
|
|
31 |
Jinja2==3.1.2
|
|
|
32 |
jsonpatch==1.33
|
33 |
jsonpointer==2.4
|
34 |
jsonschema==4.19.2
|
35 |
jsonschema-specifications==2023.7.1
|
36 |
kiwisolver==1.4.5
|
|
|
37 |
langchain==0.0.331
|
|
|
38 |
langsmith==0.0.60
|
|
|
39 |
markdown-it-py==3.0.0
|
40 |
MarkupSafe==2.1.3
|
41 |
marshmallow==3.20.1
|
42 |
matplotlib==3.8.1
|
43 |
mdurl==0.1.2
|
|
|
|
|
44 |
multidict==6.0.4
|
45 |
mypy-extensions==1.0.0
|
|
|
|
|
46 |
numpy==1.26.1
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
orjson==3.9.10
|
|
|
49 |
packaging==23.2
|
50 |
pandas==2.1.2
|
51 |
Pillow==10.1.0
|
|
|
|
|
|
|
|
|
|
|
52 |
pydantic==2.4.2
|
53 |
pydantic_core==2.10.1
|
54 |
pydub==0.25.1
|
55 |
Pygments==2.16.1
|
|
|
56 |
pyparsing==3.1.1
|
57 |
-
|
|
|
|
|
58 |
python-dateutil==2.8.2
|
|
|
|
|
|
|
59 |
python-multipart==0.0.6
|
60 |
pytz==2023.3.post1
|
61 |
PyYAML==6.0.1
|
|
|
62 |
referencing==0.30.2
|
|
|
63 |
requests==2.31.0
|
|
|
64 |
rich==13.6.0
|
65 |
rpds-py==0.12.0
|
|
|
|
|
|
|
|
|
66 |
semantic-version==2.10.0
|
67 |
-
|
|
|
68 |
shellingham==1.5.4
|
69 |
six==1.16.0
|
70 |
sniffio==1.3.0
|
|
|
71 |
SQLAlchemy==2.0.23
|
72 |
starlette==0.27.0
|
|
|
|
|
73 |
tenacity==8.2.3
|
74 |
-
|
|
|
|
|
75 |
tomlkit==0.12.0
|
76 |
toolz==0.12.0
|
|
|
|
|
77 |
tqdm==4.66.1
|
|
|
78 |
typer==0.9.0
|
79 |
typing-inspect==0.9.0
|
80 |
typing_extensions==4.8.0
|
81 |
tzdata==2023.3
|
82 |
-
|
|
|
83 |
uvicorn==0.24.0.post1
|
|
|
|
|
84 |
websockets==11.0.3
|
85 |
-
|
|
|
86 |
yarl==1.9.2
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
+
aiohttp==3.8.6
|
3 |
aiosignal==1.3.1
|
4 |
altair==5.1.2
|
5 |
annotated-types==0.6.0
|
6 |
anyio==3.7.1
|
7 |
+
async-timeout==4.0.3
|
8 |
attrs==23.1.0
|
9 |
+
backoff==2.2.1
|
10 |
+
bcrypt==4.0.1
|
11 |
+
beautifulsoup4==4.12.2
|
12 |
+
blinker==1.7.0
|
13 |
+
cachetools==5.3.2
|
14 |
certifi==2023.7.22
|
15 |
+
chardet==5.2.0
|
16 |
charset-normalizer==3.3.2
|
17 |
+
Chroma==0.2.0
|
18 |
+
chroma-hnswlib==0.7.3
|
19 |
+
chromadb==0.4.15
|
20 |
click==8.1.7
|
21 |
colorama==0.4.6
|
22 |
+
coloredlogs==15.0.1
|
23 |
contourpy==1.2.0
|
24 |
cycler==0.12.1
|
25 |
dataclasses-json==0.6.1
|
26 |
+
Deprecated==1.2.14
|
27 |
distro==1.8.0
|
28 |
+
emoji==2.8.0
|
29 |
fastapi==0.104.1
|
30 |
ffmpy==0.3.1
|
31 |
filelock==3.13.1
|
32 |
+
filetype==1.2.0
|
33 |
+
Flask==3.0.0
|
34 |
+
flatbuffers==23.5.26
|
35 |
fonttools==4.44.0
|
36 |
frozenlist==1.4.0
|
37 |
fsspec==2023.10.0
|
38 |
+
google-auth==2.23.4
|
39 |
+
googleapis-common-protos==1.61.0
|
40 |
gradio==4.1.2
|
41 |
gradio_client==0.7.0
|
42 |
greenlet==3.0.1
|
43 |
+
grpcio==1.59.2
|
44 |
h11==0.14.0
|
45 |
httpcore==1.0.1
|
46 |
+
httptools==0.6.1
|
47 |
httpx==0.25.1
|
48 |
+
huggingface-hub==0.17.3
|
49 |
+
humanfriendly==10.0
|
50 |
idna==3.4
|
51 |
+
importlib-metadata==6.8.0
|
52 |
importlib-resources==6.1.1
|
53 |
+
itsdangerous==2.1.2
|
54 |
Jinja2==3.1.2
|
55 |
+
joblib==1.3.2
|
56 |
jsonpatch==1.33
|
57 |
jsonpointer==2.4
|
58 |
jsonschema==4.19.2
|
59 |
jsonschema-specifications==2023.7.1
|
60 |
kiwisolver==1.4.5
|
61 |
+
kubernetes==28.1.0
|
62 |
langchain==0.0.331
|
63 |
+
langdetect==1.0.9
|
64 |
langsmith==0.0.60
|
65 |
+
lxml==4.9.3
|
66 |
markdown-it-py==3.0.0
|
67 |
MarkupSafe==2.1.3
|
68 |
marshmallow==3.20.1
|
69 |
matplotlib==3.8.1
|
70 |
mdurl==0.1.2
|
71 |
+
monotonic==1.6
|
72 |
+
mpmath==1.3.0
|
73 |
multidict==6.0.4
|
74 |
mypy-extensions==1.0.0
|
75 |
+
networkx==3.2.1
|
76 |
+
nltk==3.8.1
|
77 |
numpy==1.26.1
|
78 |
+
oauthlib==3.2.2
|
79 |
+
onnxruntime==1.16.1
|
80 |
+
openai==0.27.0
|
81 |
+
opentelemetry-api==1.21.0
|
82 |
+
opentelemetry-exporter-otlp-proto-common==1.21.0
|
83 |
+
opentelemetry-exporter-otlp-proto-grpc==1.21.0
|
84 |
+
opentelemetry-proto==1.21.0
|
85 |
+
opentelemetry-sdk==1.21.0
|
86 |
+
opentelemetry-semantic-conventions==0.42b0
|
87 |
orjson==3.9.10
|
88 |
+
overrides==7.4.0
|
89 |
packaging==23.2
|
90 |
pandas==2.1.2
|
91 |
Pillow==10.1.0
|
92 |
+
posthog==3.0.2
|
93 |
+
protobuf==4.25.0
|
94 |
+
pulsar-client==3.3.0
|
95 |
+
pyasn1==0.5.0
|
96 |
+
pyasn1-modules==0.3.0
|
97 |
pydantic==2.4.2
|
98 |
pydantic_core==2.10.1
|
99 |
pydub==0.25.1
|
100 |
Pygments==2.16.1
|
101 |
+
pymssql==2.2.10
|
102 |
pyparsing==3.1.1
|
103 |
+
pypdf==3.17.0
|
104 |
+
PyPika==0.48.9
|
105 |
+
pyreadline3==3.4.1
|
106 |
python-dateutil==2.8.2
|
107 |
+
python-dotenv==1.0.0
|
108 |
+
python-iso639==2023.6.15
|
109 |
+
python-magic==0.4.27
|
110 |
python-multipart==0.0.6
|
111 |
pytz==2023.3.post1
|
112 |
PyYAML==6.0.1
|
113 |
+
rapidfuzz==3.5.2
|
114 |
referencing==0.30.2
|
115 |
+
regex==2023.10.3
|
116 |
requests==2.31.0
|
117 |
+
requests-oauthlib==1.3.1
|
118 |
rich==13.6.0
|
119 |
rpds-py==0.12.0
|
120 |
+
rsa==4.9
|
121 |
+
safetensors==0.4.0
|
122 |
+
scikit-learn==1.3.2
|
123 |
+
scipy==1.11.3
|
124 |
semantic-version==2.10.0
|
125 |
+
sentence-transformers==2.2.2
|
126 |
+
sentencepiece==0.1.99
|
127 |
shellingham==1.5.4
|
128 |
six==1.16.0
|
129 |
sniffio==1.3.0
|
130 |
+
soupsieve==2.5
|
131 |
SQLAlchemy==2.0.23
|
132 |
starlette==0.27.0
|
133 |
+
sympy==1.12
|
134 |
+
tabulate==0.9.0
|
135 |
tenacity==8.2.3
|
136 |
+
threadpoolctl==3.2.0
|
137 |
+
tiktoken==0.5.1
|
138 |
+
tokenizers==0.14.1
|
139 |
tomlkit==0.12.0
|
140 |
toolz==0.12.0
|
141 |
+
torch==2.1.0
|
142 |
+
torchvision==0.16.0
|
143 |
tqdm==4.66.1
|
144 |
+
transformers==4.35.0
|
145 |
typer==0.9.0
|
146 |
typing-inspect==0.9.0
|
147 |
typing_extensions==4.8.0
|
148 |
tzdata==2023.3
|
149 |
+
unstructured==0.10.30
|
150 |
+
urllib3==1.26.18
|
151 |
uvicorn==0.24.0.post1
|
152 |
+
watchfiles==0.21.0
|
153 |
+
websocket-client==1.6.4
|
154 |
websockets==11.0.3
|
155 |
+
Werkzeug==3.0.1
|
156 |
+
wrapt==1.15.0
|
157 |
yarl==1.9.2
|
158 |
+
zipp==3.17.0
|