Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -100
requirements.txt
CHANGED
@@ -1,112 +1,13 @@
|
|
1 |
-
aiohttp==3.8.4
|
2 |
-
aiosignal==1.3.1
|
3 |
-
altair==5.0.1
|
4 |
-
anyio==3.7.0
|
5 |
-
argilla==1.10.0
|
6 |
-
async-timeout==4.0.2
|
7 |
-
attrs==23.1.0
|
8 |
-
backoff==2.2.1
|
9 |
-
blinker==1.6.2
|
10 |
-
cachetools==5.3.1
|
11 |
-
certifi==2023.5.7
|
12 |
-
cffi==1.15.1
|
13 |
-
chardet==5.1.0
|
14 |
-
charset-normalizer==3.1.0
|
15 |
-
click==8.1.3
|
16 |
-
clickhouse-connect==0.5.22
|
17 |
-
colorama==0.4.6
|
18 |
-
commonmark==0.9.1
|
19 |
-
cryptography==41.0.1
|
20 |
-
dataclasses-json==0.5.8
|
21 |
-
decorator==5.1.1
|
22 |
-
Deprecated==1.2.14
|
23 |
-
dotenv==0.0.5
|
24 |
-
et-xmlfile==1.1.0
|
25 |
-
exceptiongroup==1.1.1
|
26 |
faiss-cpu==1.7.4
|
27 |
-
filetype==1.2.0
|
28 |
-
frozenlist==1.3.3
|
29 |
-
gitdb==4.0.10
|
30 |
-
GitPython==3.1.31
|
31 |
-
greenlet==2.0.2
|
32 |
-
h11==0.14.0
|
33 |
-
httpcore==0.16.3
|
34 |
-
httpx==0.23.3
|
35 |
-
idna==3.4
|
36 |
-
importlib-metadata==6.7.0
|
37 |
-
Jinja2==3.1.2
|
38 |
-
joblib==1.2.0
|
39 |
-
jsonschema==4.17.3
|
40 |
langchain==0.0.206
|
41 |
langchainplus-sdk==0.0.16
|
42 |
-
lxml==4.9.2
|
43 |
-
lz4==4.3.2
|
44 |
-
Markdown==3.4.3
|
45 |
-
MarkupSafe==2.1.3
|
46 |
-
marshmallow==3.19.0
|
47 |
-
marshmallow-enum==1.5.1
|
48 |
-
monotonic==1.6
|
49 |
-
msg-parser==1.2.0
|
50 |
-
multidict==6.0.4
|
51 |
-
mypy-extensions==1.0.0
|
52 |
-
nltk==3.8.1
|
53 |
-
numexpr==2.8.4
|
54 |
numpy==1.23.5
|
55 |
-
olefile==0.46
|
56 |
openai==0.27.8
|
57 |
openapi-schema-pydantic==1.2.4
|
58 |
openpyxl==3.1.2
|
59 |
-
packaging==23.1
|
60 |
pandas==1.5.3
|
61 |
-
pdf2image==1.16.3
|
62 |
-
pdfminer.six==20221105
|
63 |
-
Pillow==9.5.0
|
64 |
-
protobuf==4.23.3
|
65 |
-
pyarrow==12.0.1
|
66 |
-
pycparser==2.21
|
67 |
-
pydantic==1.10.9
|
68 |
-
pydeck==0.8.1b0
|
69 |
-
Pygments==2.15.1
|
70 |
-
Pympler==1.0.1
|
71 |
-
pypandoc==1.11
|
72 |
-
pyrsistent==0.19.3
|
73 |
-
python-dateutil==2.8.2
|
74 |
python-docx==0.8.11
|
75 |
-
python-magic==0.4.27
|
76 |
-
python-magic-bin==0.4.14
|
77 |
-
python-pptx==0.6.21
|
78 |
-
pytz==2023.3
|
79 |
-
pytz-deprecation-shim==0.1.0.post0
|
80 |
-
PyYAML==6.0
|
81 |
-
regex==2023.6.3
|
82 |
-
requests==2.31.0
|
83 |
-
rfc3986==1.5.0
|
84 |
-
rich==13.0.1
|
85 |
-
six==1.16.0
|
86 |
-
smmap==5.0.0
|
87 |
-
sniffio==1.3.0
|
88 |
-
SQLAlchemy==2.0.16
|
89 |
streamlit==1.23.1
|
90 |
streamlit-chat==0.0.2.2
|
91 |
-
tabulate==0.9.0
|
92 |
-
tenacity==8.2.2
|
93 |
tiktoken==0.4.0
|
94 |
-
|
95 |
-
toolz==0.12.0
|
96 |
-
tornado==6.3.2
|
97 |
-
tqdm==4.65.0
|
98 |
-
typer==0.9.0
|
99 |
-
typing-inspect==0.9.0
|
100 |
-
typing_extensions==4.6.3
|
101 |
-
tzdata==2023.3
|
102 |
-
tzlocal==4.3.1
|
103 |
-
unstructured==0.7.6
|
104 |
-
urllib3==2.0.3
|
105 |
-
validators==0.20.0
|
106 |
-
watchdog==3.0.0
|
107 |
-
wrapt==1.14.1
|
108 |
-
xlrd==2.0.1
|
109 |
-
XlsxWriter==3.1.2
|
110 |
-
yarl==1.9.2
|
111 |
-
zipp==3.15.0
|
112 |
-
zstandard==0.21.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
faiss-cpu==1.7.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
langchain==0.0.206
|
3 |
langchainplus-sdk==0.0.16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
numpy==1.23.5
|
|
|
5 |
openai==0.27.8
|
6 |
openapi-schema-pydantic==1.2.4
|
7 |
openpyxl==3.1.2
|
|
|
8 |
pandas==1.5.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
python-docx==0.8.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
streamlit==1.23.1
|
11 |
streamlit-chat==0.0.2.2
|
|
|
|
|
12 |
tiktoken==0.4.0
|
13 |
+
unstructured==0.7.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|