Skip to content

Commit

Permalink
fix dtpu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiscode committed Apr 25, 2024
1 parent baeb7a5 commit eeddf75
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,6 +1,6 @@
[project]
name = "whitespace_correction"
version = "0.2.1"
version = "0.2.2"
description = "Correct missing or spurious whitespaces in text."
authors = [
{ name = "Sebastian Walter", email = "[email protected]" }
Expand All @@ -20,7 +20,7 @@ classifiers = [
]

dependencies = [
"dtpu>=0.2.3",
"dtpu==0.2.3",
"transformers>=4.26.0"
]

Expand Down
2 changes: 1 addition & 1 deletion src/whitespace_correction/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit eeddf75

Please sign in to comment.