Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -107
requirements.txt
CHANGED
@@ -1,110 +1,10 @@
|
|
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 |
-
APScheduler==3.10.4
|
8 |
-
async-timeout==4.0.3
|
9 |
-
attrs==23.1.0
|
10 |
-
backports.zoneinfo==0.2.1
|
11 |
-
cachetools==5.3.2
|
12 |
-
certifi==2023.7.22
|
13 |
-
charset-normalizer==3.3.2
|
14 |
-
click==8.1.7
|
15 |
-
colorama==0.4.6
|
16 |
-
contourpy==1.1.1
|
17 |
-
cycler==0.12.1
|
18 |
-
dataclasses-json==0.5.14
|
19 |
-
distro==1.8.0
|
20 |
-
exceptiongroup==1.1.3
|
21 |
faiss-gpu==1.7.2
|
22 |
-
fastapi==0.104.1
|
23 |
-
ffmpy==0.3.1
|
24 |
-
filelock==3.13.1
|
25 |
-
fonttools==4.44.0
|
26 |
-
frozenlist==1.4.0
|
27 |
-
fsspec==2023.10.0
|
28 |
-
google-api-core==2.15.0
|
29 |
-
google-api-python-client==2.111.0
|
30 |
-
google-auth==2.25.2
|
31 |
-
google-auth-httplib2==0.2.0
|
32 |
-
google-auth-oauthlib==1.2.0
|
33 |
-
googleapis-common-protos==1.62.0
|
34 |
gradio==3.45.0
|
35 |
-
gradio_client==0.5.2
|
36 |
-
greenlet==3.0.1
|
37 |
-
h11==0.14.0
|
38 |
-
httpcore==1.0.1
|
39 |
-
httplib2==0.22.0
|
40 |
-
httpx==0.25.1
|
41 |
-
huggingface-hub==0.18.0
|
42 |
-
idna==3.4
|
43 |
-
importlib-resources==6.1.1
|
44 |
-
Jinja2==3.1.2
|
45 |
-
jsonpatch==1.33
|
46 |
-
jsonpointer==2.4
|
47 |
-
jsonschema==4.19.2
|
48 |
-
jsonschema-specifications==2023.7.1
|
49 |
-
kiwisolver==1.4.5
|
50 |
-
langchain==0.0.331
|
51 |
-
langsmith==0.0.60
|
52 |
-
markdown-it-py==3.0.0
|
53 |
-
MarkupSafe==2.1.3
|
54 |
-
marshmallow==3.20.1
|
55 |
-
matplotlib==3.7.3
|
56 |
-
mdurl==0.1.2
|
57 |
-
multidict==6.0.4
|
58 |
-
mypy-extensions==1.0.0
|
59 |
-
numexpr==2.8.6
|
60 |
-
numpy==1.24.4
|
61 |
-
oauthlib==3.2.2
|
62 |
-
openai==0.28.1
|
63 |
-
openapi-schema-pydantic==1.2.4
|
64 |
-
orjson==3.9.10
|
65 |
-
packaging==23.2
|
66 |
-
pandas==2.0.3
|
67 |
-
Pillow==10.1.0
|
68 |
-
pkgutil_resolve_name==1.3.10
|
69 |
-
protobuf==4.25.1
|
70 |
-
pyasn1==0.5.1
|
71 |
-
pyasn1-modules==0.3.0
|
72 |
-
pydantic==1.10.13
|
73 |
-
pydantic_core==2.10.1
|
74 |
-
pydub==0.25.1
|
75 |
-
Pygments==2.16.1
|
76 |
-
pyparsing==3.1.1
|
77 |
-
PyPDF2==3.0.1
|
78 |
-
python-dateutil==2.8.2
|
79 |
-
python-multipart==0.0.6
|
80 |
-
pytz==2023.3.post1
|
81 |
-
PyYAML==6.0.1
|
82 |
-
referencing==0.30.2
|
83 |
-
regex==2023.10.3
|
84 |
-
requests==2.31.0
|
85 |
-
requests-oauthlib==1.3.1
|
86 |
-
rich==13.6.0
|
87 |
-
rpds-py==0.12.0
|
88 |
-
rsa==4.9
|
89 |
-
semantic-version==2.10.0
|
90 |
-
shellingham==1.5.4
|
91 |
-
six==1.16.0
|
92 |
-
sniffio==1.3.0
|
93 |
-
SQLAlchemy==2.0.23
|
94 |
-
starlette==0.27.0
|
95 |
-
tenacity==8.2.3
|
96 |
tiktoken==0.5.1
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
tzlocal==5.2
|
105 |
-
uritemplate==4.1.1
|
106 |
-
urllib3==2.0.7
|
107 |
-
uvicorn==0.24.0.post1
|
108 |
-
websockets==11.0.3
|
109 |
-
yarl==1.9.2
|
110 |
-
zipp==3.17.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
faiss-gpu==1.7.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
gradio==3.45.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
tiktoken==0.5.1
|
4 |
+
PyPDF2==3.0.1
|
5 |
+
pandas==2.0.3
|
6 |
+
openai==0.28.1
|
7 |
+
langchain==0.0.331
|
8 |
+
google-auth
|
9 |
+
google-auth-httplib2
|
10 |
+
google-api-python-client
|
|
|
|
|
|
|
|
|
|
|
|
|
|