Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ali6parmak committed Jun 3, 2024
1 parent 125a71c commit 116974d
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
@@ -1,4 +1,4 @@
numpy==1.26.4
numpy==1.25.2
lxml==5.2.0
lightgbm==4.3.0
huggingface_hub==0.22.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name=PROJECT_NAME,
packages=["pdf_tokens_type_trainer", "pdf_features", "pdf_token_type_labels"],
package_dir={"": "src"},
version="0.85",
version="0.86",
url="https://github.com/huridocs/pdf-tokens-type-labeler",
author="HURIDOCS",
description="This tool returns each token type inside a PDF",
Expand Down

0 comments on commit 116974d

Please sign in to comment.