diff --git a/pyproject.toml b/pyproject.toml index 3f03462..433031f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdf-document-layout-analysis" -version = "2024.11.1.1003" +version = "2024.11.12.1" description = "This tool is for PDF document layout analysis" license = { file = "LICENSE" } authors = [{ name = "HURIDOCS" }] @@ -25,7 +25,7 @@ dependencies = [ "pdf2image==1.17.0", "lxml==5.2.2", "lightgbm==4.5.0", - "setuptools==75.3.0", + "setuptools==75.4.0", "roman==4.2", "hydra-core==1.3.2", "pypandoc==1.13", diff --git a/requirements.txt b/requirements.txt index 3309888..5a3e2a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ huggingface_hub==0.23.5 pdf2image==1.17.0 lxml==5.2.2 lightgbm==4.5.0 -setuptools==75.3.0 +setuptools==75.4.0 roman==4.2 hydra-core==1.3.2 pypandoc==1.13