Skip to content

Commit

Permalink
Update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Nov 12, 2024
1 parent a490e28 commit ac8d850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }]
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac8d850

Please sign in to comment.