diff --git a/all-in-one/requirements.txt b/all-in-one/requirements.txt index b41edb3..02a1aec 100644 --- a/all-in-one/requirements.txt +++ b/all-in-one/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.24.0 langchain==0.0.221 openai==0.27.8 tiktoken==0.4.0 -unstructured==0.7.12 +unstructured==0.10.18 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10 diff --git a/news-summary/requirements.txt b/news-summary/requirements.txt index 810b7d0..7dfcfb7 100644 --- a/news-summary/requirements.txt +++ b/news-summary/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.24.0 langchain==0.0.221 openai==0.27.8 tiktoken==0.4.0 -unstructured==0.7.12 +unstructured==0.10.18 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10 diff --git a/url-summary/requirements.txt b/url-summary/requirements.txt index 4f9ae0a..82c8956 100644 --- a/url-summary/requirements.txt +++ b/url-summary/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.24.0 langchain==0.0.221 openai==0.27.8 tiktoken==0.4.0 -unstructured==0.7.12 +unstructured==0.10.18 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10