2026-04-21 13:32:09 +02:00
|
|
|
[project]
|
|
|
|
|
name = "chroma"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.12"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"chromadb>=1.5.8",
|
|
|
|
|
"openai>=2.32.0",
|
2026-04-21 22:22:05 +02:00
|
|
|
"pymupdf4llm>=1.27.2.2",
|
2026-04-21 13:32:09 +02:00
|
|
|
"python-dotenv>=1.2.2",
|
2026-04-21 15:06:04 +02:00
|
|
|
"semchunk>=4.0.0",
|
|
|
|
|
"tiktoken>=0.12.0",
|
|
|
|
|
"transformers>=5.5.4",
|
2026-04-21 13:32:09 +02:00
|
|
|
]
|
2026-04-21 17:55:11 +02:00
|
|
|
|
|
|
|
|
[dependency-groups]
|
|
|
|
|
dev = ["nuitka[onefile]>=4.0.8"]
|