Update requirements.txt
Browse files- requirements.txt +35 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
aiofiles==23.2.1
|
2 |
aiohttp==3.8.6
|
3 |
aiosignal==1.3.1
|
|
|
4 |
annotated-types==0.6.0
|
5 |
anyio==3.7.1
|
6 |
appdirs==1.4.4
|
@@ -12,10 +13,16 @@ cachetools==5.3.2
|
|
12 |
certifi==2023.7.22
|
13 |
charset-normalizer==3.3.2
|
14 |
click==8.1.7
|
|
|
|
|
|
|
15 |
dataclasses-json==0.6.2
|
16 |
duckduckgo-search==3.9.4
|
17 |
exceptiongroup==1.1.3
|
|
|
|
|
18 |
filelock==3.13.1
|
|
|
19 |
frozendict==2.3.8
|
20 |
frozenlist==1.4.0
|
21 |
fsspec==2023.10.0
|
@@ -24,6 +31,8 @@ google-api-core==2.14.0
|
|
24 |
google-auth==2.23.4
|
25 |
google-generativeai==0.1.0rc1
|
26 |
googleapis-common-protos==1.61.0
|
|
|
|
|
27 |
greenlet==3.0.1
|
28 |
grpcio==1.59.3
|
29 |
grpcio-status==1.59.3
|
@@ -36,16 +45,23 @@ httpx==0.25.1
|
|
36 |
huggingface-hub==0.19.3
|
37 |
hyperframe==6.0.1
|
38 |
idna==3.4
|
|
|
39 |
install==1.3.5
|
40 |
Jinja2==3.1.2
|
41 |
joblib==1.3.2
|
42 |
jsonpatch==1.33
|
43 |
jsonpointer==2.4
|
|
|
|
|
|
|
44 |
langchain==0.0.333
|
45 |
langsmith==0.0.63
|
46 |
lxml==4.9.3
|
|
|
47 |
MarkupSafe==2.1.3
|
48 |
marshmallow==3.20.1
|
|
|
|
|
49 |
mpmath==1.3.0
|
50 |
multidict==6.0.4
|
51 |
multitasking==0.0.11
|
@@ -65,10 +81,12 @@ nvidia-cusparse-cu12==12.1.0.106
|
|
65 |
nvidia-nccl-cu12==2.18.1
|
66 |
nvidia-nvjitlink-cu12==12.3.52
|
67 |
nvidia-nvtx-cu12==12.1.105
|
|
|
68 |
packaging==23.2
|
69 |
pandas==2.0.3
|
70 |
peewee==3.17.0
|
71 |
Pillow==10.1.0
|
|
|
72 |
proto-plus==1.22.3
|
73 |
protobuf==4.25.1
|
74 |
psycopg2-binary==2.9.9
|
@@ -76,39 +94,54 @@ pyasn1==0.5.1
|
|
76 |
pyasn1-modules==0.3.0
|
77 |
pydantic==2.4.2
|
78 |
pydantic-core==2.10.1
|
|
|
|
|
|
|
79 |
python-dateutil==2.8.2
|
|
|
|
|
80 |
pytz==2023.3.post1
|
81 |
PyYAML==6.0.1
|
82 |
redis==5.0.1
|
|
|
83 |
regex==2023.10.3
|
84 |
requests==2.31.0
|
|
|
|
|
85 |
rsa==4.9
|
86 |
safetensors==0.4.0
|
87 |
scikit-learn==1.3.2
|
88 |
scipy==1.10.1
|
|
|
89 |
sentence-transformers==2.2.2
|
90 |
sentencepiece==0.1.99
|
|
|
91 |
simplejson==3.19.2
|
92 |
six==1.16.0
|
93 |
sniffio==1.3.0
|
94 |
socksio==1.0.0
|
95 |
soupsieve==2.5
|
96 |
SQLAlchemy==2.0.23
|
|
|
97 |
sympy==1.12
|
98 |
tenacity==8.2.3
|
99 |
threadpoolctl==3.2.0
|
100 |
tokenizers==0.15.0
|
|
|
|
|
101 |
torch==2.1.1
|
102 |
torchvision==0.16.1
|
103 |
tqdm==4.66.1
|
104 |
transformers==4.35.2
|
105 |
triton==2.1.0
|
|
|
106 |
typing-extensions==4.8.0
|
107 |
typing-inspect==0.9.0
|
108 |
tzdata==2023.3
|
109 |
urllib3==2.0.7
|
|
|
110 |
webencodings==0.5.1
|
|
|
111 |
wikipedia==1.4.0
|
112 |
-
yahoo-finance==1.4.0
|
113 |
yarl==1.9.2
|
114 |
-
|
|
|
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 |
appdirs==1.4.4
|
|
|
13 |
certifi==2023.7.22
|
14 |
charset-normalizer==3.3.2
|
15 |
click==8.1.7
|
16 |
+
colorama==0.4.6
|
17 |
+
contourpy==1.1.1
|
18 |
+
cycler==0.12.1
|
19 |
dataclasses-json==0.6.2
|
20 |
duckduckgo-search==3.9.4
|
21 |
exceptiongroup==1.1.3
|
22 |
+
fastapi==0.104.1
|
23 |
+
ffmpy==0.3.1
|
24 |
filelock==3.13.1
|
25 |
+
fonttools==4.45.1
|
26 |
frozendict==2.3.8
|
27 |
frozenlist==1.4.0
|
28 |
fsspec==2023.10.0
|
|
|
31 |
google-auth==2.23.4
|
32 |
google-generativeai==0.1.0rc1
|
33 |
googleapis-common-protos==1.61.0
|
34 |
+
gradio==4.7.1
|
35 |
+
gradio-client==0.7.0
|
36 |
greenlet==3.0.1
|
37 |
grpcio==1.59.3
|
38 |
grpcio-status==1.59.3
|
|
|
45 |
huggingface-hub==0.19.3
|
46 |
hyperframe==6.0.1
|
47 |
idna==3.4
|
48 |
+
importlib-resources==6.1.1
|
49 |
install==1.3.5
|
50 |
Jinja2==3.1.2
|
51 |
joblib==1.3.2
|
52 |
jsonpatch==1.33
|
53 |
jsonpointer==2.4
|
54 |
+
jsonschema==4.20.0
|
55 |
+
jsonschema-specifications==2023.11.1
|
56 |
+
kiwisolver==1.4.5
|
57 |
langchain==0.0.333
|
58 |
langsmith==0.0.63
|
59 |
lxml==4.9.3
|
60 |
+
markdown-it-py==3.0.0
|
61 |
MarkupSafe==2.1.3
|
62 |
marshmallow==3.20.1
|
63 |
+
matplotlib==3.7.4
|
64 |
+
mdurl==0.1.2
|
65 |
mpmath==1.3.0
|
66 |
multidict==6.0.4
|
67 |
multitasking==0.0.11
|
|
|
81 |
nvidia-nccl-cu12==2.18.1
|
82 |
nvidia-nvjitlink-cu12==12.3.52
|
83 |
nvidia-nvtx-cu12==12.1.105
|
84 |
+
orjson==3.9.10
|
85 |
packaging==23.2
|
86 |
pandas==2.0.3
|
87 |
peewee==3.17.0
|
88 |
Pillow==10.1.0
|
89 |
+
pkgutil-resolve-name==1.3.10
|
90 |
proto-plus==1.22.3
|
91 |
protobuf==4.25.1
|
92 |
psycopg2-binary==2.9.9
|
|
|
94 |
pyasn1-modules==0.3.0
|
95 |
pydantic==2.4.2
|
96 |
pydantic-core==2.10.1
|
97 |
+
pydub==0.25.1
|
98 |
+
pygments==2.17.2
|
99 |
+
pyparsing==3.1.1
|
100 |
python-dateutil==2.8.2
|
101 |
+
python-dotenv==1.0.0
|
102 |
+
python-multipart==0.0.6
|
103 |
pytz==2023.3.post1
|
104 |
PyYAML==6.0.1
|
105 |
redis==5.0.1
|
106 |
+
referencing==0.31.0
|
107 |
regex==2023.10.3
|
108 |
requests==2.31.0
|
109 |
+
rich==13.7.0
|
110 |
+
rpds-py==0.13.1
|
111 |
rsa==4.9
|
112 |
safetensors==0.4.0
|
113 |
scikit-learn==1.3.2
|
114 |
scipy==1.10.1
|
115 |
+
semantic-version==2.10.0
|
116 |
sentence-transformers==2.2.2
|
117 |
sentencepiece==0.1.99
|
118 |
+
shellingham==1.5.4
|
119 |
simplejson==3.19.2
|
120 |
six==1.16.0
|
121 |
sniffio==1.3.0
|
122 |
socksio==1.0.0
|
123 |
soupsieve==2.5
|
124 |
SQLAlchemy==2.0.23
|
125 |
+
starlette==0.27.0
|
126 |
sympy==1.12
|
127 |
tenacity==8.2.3
|
128 |
threadpoolctl==3.2.0
|
129 |
tokenizers==0.15.0
|
130 |
+
tomlkit==0.12.0
|
131 |
+
toolz==0.12.0
|
132 |
torch==2.1.1
|
133 |
torchvision==0.16.1
|
134 |
tqdm==4.66.1
|
135 |
transformers==4.35.2
|
136 |
triton==2.1.0
|
137 |
+
typer==0.9.0
|
138 |
typing-extensions==4.8.0
|
139 |
typing-inspect==0.9.0
|
140 |
tzdata==2023.3
|
141 |
urllib3==2.0.7
|
142 |
+
uvicorn==0.24.0.post1
|
143 |
webencodings==0.5.1
|
144 |
+
websockets==11.0.3
|
145 |
wikipedia==1.4.0
|
|
|
146 |
yarl==1.9.2
|
147 |
+
zipp==3.17.0
|