Spaces:
Sleeping
Sleeping
seanpedrickcase
commited on
Commit
·
efd2dce
1
Parent(s):
44647fa
Changed boto3 package version in requirements to latest valid version (1.34.103)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ pandas==2.2.2
|
|
9 |
spacy==3.7.4
|
10 |
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1.tar.gz
|
11 |
gradio==4.31.0
|
12 |
-
boto3==
|
13 |
# Following are not currently necessary for the app, may be added for improved pdf parsing in future
|
14 |
#unstructured
|
15 |
#unstructured_inference # This is big! Only necessary if you want to use the high res strategy in pdf_partition
|
|
|
9 |
spacy==3.7.4
|
10 |
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1.tar.gz
|
11 |
gradio==4.31.0
|
12 |
+
boto3==1.34.103
|
13 |
# Following are not currently necessary for the app, may be added for improved pdf parsing in future
|
14 |
#unstructured
|
15 |
#unstructured_inference # This is big! Only necessary if you want to use the high res strategy in pdf_partition
|