Skip to content

Commit

Permalink
0.2.2 - add langcodes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Apr 3, 2024
1 parent d231cec commit 4ade89f
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 2 deletions.
97 changes: 96 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bpm-ai-inference"
version = "0.2.1"
version = "0.2.2"
description = "Inference and server for local AI implementations of bpm-ai-core abstractions."
authors = ["Bennet Krause <[email protected]>"]
repository = "https://github.com/holunda-io/bpm-ai-inference"
Expand All @@ -13,6 +13,7 @@ python = "^3.11"
bpm-ai-core = "2.2.0"
faster-whisper = "^0.10.0"
lingua-language-detector = "^2.0.2"
langcodes = { version = "^3.3.0", extras = ["data"]}
pytesseract = "^0.3.10"
transformers = "^4.37.2"
sacremoses = "^0.1.1"
Expand Down

0 comments on commit 4ade89f

Please sign in to comment.