Spaces:
Running
Running
Commit
·
3c10537
1
Parent(s):
2d2e179
Update requirements.txt
Browse files- requirements.txt +97 -30
requirements.txt
CHANGED
@@ -1,88 +1,155 @@
|
|
1 |
-
aiofiles==
|
2 |
-
aiohttp==3.8.
|
3 |
aiosignal==1.3.1
|
4 |
altair==4.2.2
|
5 |
anyio==3.6.2
|
|
|
|
|
|
|
6 |
async-timeout==4.0.2
|
7 |
attrs==22.2.0
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
certifi==2022.12.7
|
13 |
-
charset-normalizer==
|
|
|
14 |
click==8.1.3
|
|
|
|
|
15 |
contourpy==1.0.7
|
16 |
cycler==0.11.0
|
17 |
dataclasses-json==0.5.7
|
|
|
|
|
|
|
|
|
18 |
entrypoints==0.4
|
19 |
-
|
|
|
|
|
20 |
ffmpy==0.3.0
|
21 |
filelock==3.9.0
|
22 |
fonttools==4.38.0
|
23 |
frozenlist==1.3.3
|
24 |
fsspec==2023.1.0
|
25 |
-
|
26 |
-
|
|
|
27 |
h11==0.14.0
|
|
|
28 |
httpcore==0.16.3
|
|
|
29 |
httpx==0.23.3
|
30 |
-
huggingface-hub==0.12.
|
31 |
idna==3.4
|
32 |
-
|
|
|
|
|
|
|
|
|
33 |
Jinja2==3.1.2
|
34 |
joblib==1.2.0
|
35 |
jsonschema==4.17.3
|
|
|
|
|
36 |
kiwisolver==1.4.4
|
37 |
-
langchain==0.0.
|
38 |
linkify-it-py==1.0.3
|
39 |
lxml==4.9.2
|
|
|
40 |
markdown-it-py==2.1.0
|
41 |
MarkupSafe==2.1.2
|
42 |
marshmallow==3.19.0
|
43 |
marshmallow-enum==1.5.1
|
44 |
-
matplotlib==3.
|
45 |
-
|
|
|
46 |
mdurl==0.1.2
|
47 |
-
|
48 |
multidict==6.0.4
|
49 |
-
mypy-extensions==0.
|
|
|
50 |
nltk==3.8.1
|
51 |
-
numpy==1.
|
52 |
-
|
53 |
-
|
54 |
-
orjson==3.8.
|
55 |
packaging==23.0
|
56 |
pandas==1.5.3
|
|
|
|
|
|
|
57 |
Pillow==9.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
pycryptodome==3.17
|
59 |
-
|
60 |
-
|
61 |
pydub==0.25.1
|
|
|
|
|
62 |
pyparsing==3.0.9
|
|
|
63 |
pyrsistent==0.19.3
|
64 |
python-dateutil==2.8.2
|
|
|
|
|
|
|
65 |
python-multipart==0.0.5
|
|
|
66 |
pytz==2022.7.1
|
|
|
67 |
PyYAML==6.0
|
|
|
68 |
regex==2022.10.31
|
69 |
requests==2.28.2
|
70 |
-
requests-oauthlib==1.3.1
|
71 |
rfc3986==1.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
six==1.16.0
|
|
|
73 |
sniffio==1.3.0
|
74 |
SQLAlchemy==1.4.46
|
75 |
-
|
76 |
-
|
77 |
-
|
|
|
|
|
78 |
tokenizers==0.13.2
|
|
|
79 |
toolz==0.12.0
|
|
|
|
|
|
|
80 |
tqdm==4.64.1
|
81 |
-
|
|
|
82 |
typing-inspect==0.8.0
|
83 |
-
typing_extensions==4.
|
|
|
|
|
84 |
uc-micro-py==1.0.1
|
|
|
85 |
urllib3==1.26.14
|
86 |
-
uvicorn==0.
|
|
|
|
|
|
|
|
|
87 |
websockets==10.4
|
|
|
|
|
88 |
yarl==1.8.2
|
|
|
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.4
|
3 |
aiosignal==1.3.1
|
4 |
altair==4.2.2
|
5 |
anyio==3.6.2
|
6 |
+
appnope==0.1.3
|
7 |
+
argilla==1.3.0
|
8 |
+
asttokens==2.2.1
|
9 |
async-timeout==4.0.2
|
10 |
attrs==22.2.0
|
11 |
+
backcall==0.2.0
|
12 |
+
backoff==2.2.1
|
13 |
+
blinker==1.5
|
14 |
+
cachetools==5.3.0
|
15 |
certifi==2022.12.7
|
16 |
+
charset-normalizer==3.0.1
|
17 |
+
chromadb==0.3.1
|
18 |
click==8.1.3
|
19 |
+
clickhouse-connect==0.5.12
|
20 |
+
comm==0.1.2
|
21 |
contourpy==1.0.7
|
22 |
cycler==0.11.0
|
23 |
dataclasses-json==0.5.7
|
24 |
+
debugpy==1.6.6
|
25 |
+
decorator==5.1.1
|
26 |
+
Deprecated==1.2.13
|
27 |
+
duckdb==0.5.1
|
28 |
entrypoints==0.4
|
29 |
+
et-xmlfile==1.1.0
|
30 |
+
executing==1.2.0
|
31 |
+
fastapi==0.85.2
|
32 |
ffmpy==0.3.0
|
33 |
filelock==3.9.0
|
34 |
fonttools==4.38.0
|
35 |
frozenlist==1.3.3
|
36 |
fsspec==2023.1.0
|
37 |
+
gitdb==4.0.10
|
38 |
+
GitPython==3.1.31
|
39 |
+
gradio==3.18.0
|
40 |
h11==0.14.0
|
41 |
+
hnswlib==0.7.0
|
42 |
httpcore==0.16.3
|
43 |
+
httptools==0.5.0
|
44 |
httpx==0.23.3
|
45 |
+
huggingface-hub==0.12.1
|
46 |
idna==3.4
|
47 |
+
importlib-metadata==6.0.0
|
48 |
+
importlib-resources==5.12.0
|
49 |
+
ipykernel==6.21.2
|
50 |
+
ipython==8.10.0
|
51 |
+
jedi==0.18.2
|
52 |
Jinja2==3.1.2
|
53 |
joblib==1.2.0
|
54 |
jsonschema==4.17.3
|
55 |
+
jupyter_client==8.0.3
|
56 |
+
jupyter_core==5.2.0
|
57 |
kiwisolver==1.4.4
|
58 |
+
langchain==0.0.89
|
59 |
linkify-it-py==1.0.3
|
60 |
lxml==4.9.2
|
61 |
+
lz4==4.3.2
|
62 |
markdown-it-py==2.1.0
|
63 |
MarkupSafe==2.1.2
|
64 |
marshmallow==3.19.0
|
65 |
marshmallow-enum==1.5.1
|
66 |
+
matplotlib==3.7.0
|
67 |
+
matplotlib-inline==0.1.6
|
68 |
+
mdit-py-plugins==0.3.4
|
69 |
mdurl==0.1.2
|
70 |
+
monotonic==1.6
|
71 |
multidict==6.0.4
|
72 |
+
mypy-extensions==1.0.0
|
73 |
+
nest-asyncio==1.5.6
|
74 |
nltk==3.8.1
|
75 |
+
numpy==1.21.6
|
76 |
+
openai==0.26.5
|
77 |
+
openpyxl==3.1.1
|
78 |
+
orjson==3.8.6
|
79 |
packaging==23.0
|
80 |
pandas==1.5.3
|
81 |
+
parso==0.8.3
|
82 |
+
pexpect==4.8.0
|
83 |
+
pickleshare==0.7.5
|
84 |
Pillow==9.4.0
|
85 |
+
platformdirs==3.0.0
|
86 |
+
prompt-toolkit==3.0.36
|
87 |
+
protobuf==3.20.3
|
88 |
+
psutil==5.9.4
|
89 |
+
ptyprocess==0.7.0
|
90 |
+
pure-eval==0.2.2
|
91 |
+
pyarrow==11.0.0
|
92 |
pycryptodome==3.17
|
93 |
+
pydantic==1.10.5
|
94 |
+
pydeck==0.8.0
|
95 |
pydub==0.25.1
|
96 |
+
Pygments==2.14.0
|
97 |
+
Pympler==1.0.1
|
98 |
pyparsing==3.0.9
|
99 |
+
PyPDF2==3.0.1
|
100 |
pyrsistent==0.19.3
|
101 |
python-dateutil==2.8.2
|
102 |
+
python-docx==0.8.11
|
103 |
+
python-dotenv==0.21.1
|
104 |
+
python-magic==0.4.27
|
105 |
python-multipart==0.0.5
|
106 |
+
python-pptx==0.6.21
|
107 |
pytz==2022.7.1
|
108 |
+
pytz-deprecation-shim==0.1.0.post0
|
109 |
PyYAML==6.0
|
110 |
+
pyzmq==25.0.0
|
111 |
regex==2022.10.31
|
112 |
requests==2.28.2
|
|
|
113 |
rfc3986==1.5.0
|
114 |
+
rich==13.3.1
|
115 |
+
scikit-learn==1.2.1
|
116 |
+
scipy==1.10.0
|
117 |
+
semver==2.13.0
|
118 |
+
sentence-transformers==2.2.2
|
119 |
+
sentencepiece==0.1.97
|
120 |
six==1.16.0
|
121 |
+
smmap==5.0.0
|
122 |
sniffio==1.3.0
|
123 |
SQLAlchemy==1.4.46
|
124 |
+
stack-data==0.6.2
|
125 |
+
starlette==0.20.4
|
126 |
+
streamlit==1.18.1
|
127 |
+
tenacity==8.2.1
|
128 |
+
threadpoolctl==3.1.0
|
129 |
tokenizers==0.13.2
|
130 |
+
toml==0.10.2
|
131 |
toolz==0.12.0
|
132 |
+
torch==1.13.1
|
133 |
+
torchvision==0.14.1
|
134 |
+
tornado==6.2
|
135 |
tqdm==4.64.1
|
136 |
+
traitlets==5.9.0
|
137 |
+
transformers==4.26.1
|
138 |
typing-inspect==0.8.0
|
139 |
+
typing_extensions==4.5.0
|
140 |
+
tzdata==2022.7
|
141 |
+
tzlocal==4.2
|
142 |
uc-micro-py==1.0.1
|
143 |
+
unstructured==0.4.11
|
144 |
urllib3==1.26.14
|
145 |
+
uvicorn==0.18.3
|
146 |
+
uvloop==0.17.0
|
147 |
+
validators==0.20.0
|
148 |
+
watchfiles==0.18.1
|
149 |
+
wcwidth==0.2.6
|
150 |
websockets==10.4
|
151 |
+
wrapt==1.14.1
|
152 |
+
XlsxWriter==3.0.8
|
153 |
yarl==1.8.2
|
154 |
+
zipp==3.14.0
|
155 |
+
zstandard==0.19.0
|