chore: pin document recognition engine
This commit is contained in:
@@ -37,6 +37,7 @@ dependencies = [
|
||||
# Ingestion - pin Docling tight since its DocumentConverter API
|
||||
# still moves between minor releases; lift the upper bound only
|
||||
# after a smoke test on a staging corpus.
|
||||
"teamhub-document-recognition-engine @ git+https://github.com/GoodOneFather/TeamHUB_Engines.git@teamhub-document-recognition-engine-v0.1.0#subdirectory=engines/teamhub-document-recognition-engine",
|
||||
"ocrmypdf>=16.4.0,<17",
|
||||
"pikepdf>=9.0.0,<10",
|
||||
"pypdf>=4.3.0,<6",
|
||||
@@ -84,6 +85,9 @@ legacyhub-smoke = "scripts.smoke_test:main"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["app", "scripts"]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
target-version = "py311"
|
||||
|
||||
Reference in New Issue
Block a user