Skip to content

Commit

Permalink
update rapidfuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvaessen committed Aug 31, 2023
1 parent 44254c4 commit 8fdbb81
Showing 1 changed file with 2 additions and 2 deletions.
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 = "jiwer"
version = "3.0.2"
version = "3.0.3"
description = "Evaluate your speech-to-text system with similarity measures such as word error rate (WER)"
authors = ["Nik Vaessen <[email protected]>"]
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ include = ["LICENCE"]

[tool.poetry.dependencies]
python = "^3.7"
rapidfuzz = "2.13.7"
rapidfuzz = "^3"
click = "^8.1.3"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 8fdbb81

Please sign in to comment.