Skip to content

Commit

Permalink
Downgrade transformeres library
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Oct 7, 2024
1 parent 07608f3 commit 50b2dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requests==2.32.3
scipy==1.14.0
opencv-python==4.10.0.84
Shapely==2.0.5
transformers==4.40.2
transformers==4.39.3
pdf2image==1.17.0
lxml==5.2.2
lightgbm==4.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name=PROJECT_NAME,
packages=["pdf_tokens_type_trainer", "pdf_features", "pdf_token_type_labels", "fast_trainer"],
package_dir={"": "src"},
version="0.13",
version="0.14",
url="https://github.com/huridocs/pdf-document-layout-analysis",
author="HURIDOCS",
description="This tool is for PDF document layout analysis",
Expand Down

0 comments on commit 50b2dfb

Please sign in to comment.