Skip to content

Commit

Permalink
update tabled and surya installation targets
Browse files Browse the repository at this point in the history
  • Loading branch information
iammosespaulr committed Nov 7, 2024
1 parent c99cc81 commit 843cf8e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 34 deletions.
70 changes: 39 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ pydantic = "^2.4.2"
pydantic-settings = "^2.0.3"
transformers = "^4.45.2"
python-dotenv = "^1.0.0"
torch = "^2.4.1"
torch = "^2.5.1"
tqdm = "^4.66.1"
tabulate = "^0.9.0"
ftfy = "^6.1.1"
texify = "^0.2.1"
rapidfuzz = "^3.8.1"
surya-ocr = "^0.6.13"
surya-ocr = { git = "https://github.com/VikParuchuri/surya.git", branch = "dev-mose/model-compilation-wip" }
filetype = "^1.2.0"
regex = "^2024.4.28"
pdftext = "^0.3.18"
tabled-pdf = "^0.1.4"
tabled-pdf = { git = "https://github.com/VikParuchuri/tabled.git", branch = "dev-mose/compilation-updates" }

[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
Expand Down

0 comments on commit 843cf8e

Please sign in to comment.