Skip to content

Commit

Permalink
relax bpm-ai-core dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennet Krause committed Apr 11, 2024
1 parent abce1e1 commit f792305
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 = "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"
Expand All @@ -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"
Expand Down

0 comments on commit f792305

Please sign in to comment.