Skip to content

Commit

Permalink
chore(deps): bump parallel-corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 19, 2024
1 parent d5fa2c3 commit 188bc57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ocr-correction-viklofg-sweocr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"parallel-corpus>=0.1.2",
"parallel-corpus>=0.2.0",
"sparv-pipeline>=5.2.0",
"transformers>=4.45.2",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Any, Optional

from parallel_corpus import graph
from parallel_corpus.token import Token
from parallel_corpus.text_token import Token
from sparv import api as sparv_api # type: ignore [import-untyped]
from transformers import ( # type: ignore [import-untyped]
AutoTokenizer,
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 188bc57

Please sign in to comment.