Skip to content

Commit

Permalink
Merge pull request #99 from VikParuchuri/dev
Browse files Browse the repository at this point in the history
Update torch version
  • Loading branch information
VikParuchuri authored May 9, 2024
2 parents 477c726 + 856696a commit 11faf42
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 40 deletions.
118 changes: 80 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "surya-ocr"
version = "0.4.3"
version = "0.4.4"
description = "OCR, layout, reading order, and line detection in 90+ languages"
authors = ["Vik Paruchuri <[email protected]>"]
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.9,<3.13,!=3.9.7"
transformers = "4.36.2"
torch = "2.2.2"
torch = "^2.2.2"
pydantic = "^2.5.3"
pydantic-settings = "^2.1.0"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 11faf42

Please sign in to comment.