Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Apr 2, 2024
1 parent e5a73be commit a425941
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy==1.26.4
lxml==5.1.0
lxml==5.2.0
lightgbm==4.3.0
huggingface_hub==0.20.3
typer==0.9.0
huggingface_hub==0.22.2
typer==0.12.0
tqdm==4.66.2
scikit-learn==1.4.0
pydantic==2.6.1
scikit-learn==1.4.1.post1
pydantic==2.6.4
tabulate==0.9.0
setuptools==69.1.0
setuptools==69.2.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
name=PROJECT_NAME,
packages=["pdf_tokens_type_trainer", "pdf_features", "pdf_token_type_labels"],
package_dir={"": "src"},
version="0.81",
version="0.82",
url="https://github.com/huridocs/pdf-tokens-type-labeler",
author="HURIDOCS",
description="This tool returns each token type inside a PDF",
install_requires=requirements,
setup_requieres=requirements,
)

0 comments on commit a425941

Please sign in to comment.