chore: bump cf-core to v0.19.0 (add pdf, vector, llm.embed)
This commit is contained in:
parent
7526092481
commit
0ddb3cbf07
1 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "circuitforge-core"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
description = "Shared scaffold for CircuitForge products (MIT)"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
|
|
@ -109,12 +109,12 @@ gestures-mediapipe = [
|
|||
]
|
||||
pdf = [
|
||||
"pdfplumber>=0.11",
|
||||
]
|
||||
pdf-ocr = [
|
||||
"circuitforge-core[pdf]",
|
||||
"pytesseract>=0.3",
|
||||
"Pillow>=10.0",
|
||||
]
|
||||
vector = [
|
||||
"sqlite-vec>=0.1",
|
||||
]
|
||||
dev = [
|
||||
"circuitforge-core[manage]",
|
||||
"pytest>=8.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue