Omar Solano
commited on
Commit
Β·
19c1346
1
Parent(s):
a1b20d4
update reqs
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -13,8 +13,8 @@ backoff==2.2.1
|
|
13 |
bcrypt==4.2.0
|
14 |
beautifulsoup4==4.12.3
|
15 |
bleach==6.1.0
|
16 |
-
boto3==1.34.
|
17 |
-
botocore==1.34.
|
18 |
build==1.2.1
|
19 |
cachetools==5.4.0
|
20 |
certifi==2024.7.4
|
@@ -79,13 +79,13 @@ httplib2==0.22.0
|
|
79 |
httptools==0.6.1
|
80 |
httpx==0.27.0
|
81 |
httpx-sse==0.4.0
|
82 |
-
huggingface-hub==0.24.
|
83 |
humanfriendly==10.0
|
84 |
hyperlink==21.0.0
|
85 |
idna==3.7
|
86 |
importlib-metadata==8.0.0
|
87 |
importlib-resources==6.4.0
|
88 |
-
incremental==24.7.
|
89 |
instructor==1.3.7
|
90 |
ipykernel==6.29.5
|
91 |
ipython==8.26.0
|
@@ -127,7 +127,6 @@ llama-index-llms-gemini==0.1.11
|
|
127 |
llama-index-llms-gradient==0.1.2
|
128 |
llama-index-llms-openai==0.1.27
|
129 |
llama-index-llms-replicate==0.1.3
|
130 |
-
llama-index-llms-vertex==0.2.2
|
131 |
llama-index-multi-modal-llms-openai==0.1.8
|
132 |
llama-index-postprocessor-cohere-rerank==0.1.7
|
133 |
llama-index-program-openai==0.1.7
|
@@ -136,7 +135,7 @@ llama-index-readers-file==0.1.31
|
|
136 |
llama-index-readers-llama-parse==0.1.6
|
137 |
llama-index-vector-stores-chroma==0.1.10
|
138 |
llama-parse==0.4.9
|
139 |
-
logfire==0.48.
|
140 |
lxml==5.2.2
|
141 |
markdown-it-py==3.0.0
|
142 |
markupsafe==2.1.5
|
@@ -191,7 +190,6 @@ protobuf==4.25.4
|
|
191 |
psutil==6.0.0
|
192 |
ptyprocess==0.7.0
|
193 |
pure-eval==0.2.3
|
194 |
-
pyarrow==15.0.2
|
195 |
pyasn1==0.6.0
|
196 |
pyasn1-modules==0.4.0
|
197 |
pycparser==2.22
|
@@ -230,7 +228,7 @@ scrapy==2.11.2
|
|
230 |
semantic-version==2.10.0
|
231 |
sentence-transformers==2.7.0
|
232 |
service-identity==24.1.0
|
233 |
-
setuptools==
|
234 |
shapely==2.0.5
|
235 |
shellingham==1.5.4
|
236 |
six==1.16.0
|
|
|
13 |
bcrypt==4.2.0
|
14 |
beautifulsoup4==4.12.3
|
15 |
bleach==6.1.0
|
16 |
+
boto3==1.34.150
|
17 |
+
botocore==1.34.150
|
18 |
build==1.2.1
|
19 |
cachetools==5.4.0
|
20 |
certifi==2024.7.4
|
|
|
79 |
httptools==0.6.1
|
80 |
httpx==0.27.0
|
81 |
httpx-sse==0.4.0
|
82 |
+
huggingface-hub==0.24.3
|
83 |
humanfriendly==10.0
|
84 |
hyperlink==21.0.0
|
85 |
idna==3.7
|
86 |
importlib-metadata==8.0.0
|
87 |
importlib-resources==6.4.0
|
88 |
+
incremental==24.7.2
|
89 |
instructor==1.3.7
|
90 |
ipykernel==6.29.5
|
91 |
ipython==8.26.0
|
|
|
127 |
llama-index-llms-gradient==0.1.2
|
128 |
llama-index-llms-openai==0.1.27
|
129 |
llama-index-llms-replicate==0.1.3
|
|
|
130 |
llama-index-multi-modal-llms-openai==0.1.8
|
131 |
llama-index-postprocessor-cohere-rerank==0.1.7
|
132 |
llama-index-program-openai==0.1.7
|
|
|
135 |
llama-index-readers-llama-parse==0.1.6
|
136 |
llama-index-vector-stores-chroma==0.1.10
|
137 |
llama-parse==0.4.9
|
138 |
+
logfire==0.48.1
|
139 |
lxml==5.2.2
|
140 |
markdown-it-py==3.0.0
|
141 |
markupsafe==2.1.5
|
|
|
190 |
psutil==6.0.0
|
191 |
ptyprocess==0.7.0
|
192 |
pure-eval==0.2.3
|
|
|
193 |
pyasn1==0.6.0
|
194 |
pyasn1-modules==0.4.0
|
195 |
pycparser==2.22
|
|
|
228 |
semantic-version==2.10.0
|
229 |
sentence-transformers==2.7.0
|
230 |
service-identity==24.1.0
|
231 |
+
setuptools==72.1.0
|
232 |
shapely==2.0.5
|
233 |
shellingham==1.5.4
|
234 |
six==1.16.0
|