Skip to content

Commit

Permalink
Support python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Nov 1, 2024
1 parent d32d11b commit 8d85621
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,12 +1,12 @@
[project]
name = "trainable-entity-extractor"
version = "2024.11.1.5007"
version = "2024.11.1.5008"
description = "This tool is a trainable text/PDF to entity extractor"
license = { file = "LICENSE" }
authors = [{ name = "HURIDOCS" }]
requires-python = ">= 3.10"
dependencies = [
"pdf-document-layout-analysis @ git+https://github.com/huridocs/pdf-document-layout-analysis@d442e83b5b26cea96d00aa69495214f12a034875",
"pdf-document-layout-analysis @ git+https://github.com/huridocs/pdf-document-layout-analysis@a490e280aa168e12c0211d4f03a5264168512ba4",
"python-Levenshtein==0.25.1",
"tdda==2.0.9",
"datasets==2.19.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/huridocs/pdf-document-layout-analysis@d442e83b5b26cea96d00aa69495214f12a034875
git+https://github.com/huridocs/pdf-document-layout-analysis@a490e280aa168e12c0211d4f03a5264168512ba4
python-Levenshtein==0.25.1
tdda==2.0.9
datasets==2.19.0
Expand Down

0 comments on commit 8d85621

Please sign in to comment.