-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
relax bpm-ai-core dependency requirement
- Loading branch information
Bennet Krause
committed
Apr 11, 2024
1 parent
abce1e1
commit f792305
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "bpm-ai-inference" | ||
version = "0.2.3" | ||
version = "0.2.4" | ||
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" | ||
|
@@ -10,7 +10,7 @@ readme = "README.md" | |
|
||
[tool.poetry.dependencies] | ||
python = ">=3.11,<3.12" | ||
bpm-ai-core = "2.2.0" | ||
bpm-ai-core = "^2.2.0" | ||
faster-whisper = "^0.10.0" | ||
lingua-language-detector = "^2.0.2" | ||
pytesseract = "^0.3.10" | ||
|