mirror of
https://github.com/datalab-to/chandra.git
synced 2025-11-29 00:23:12 +00:00
32 lines
652 B
TOML
32 lines
652 B
TOML
[project]
|
|
name = "chandra"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"beautifulsoup4>=4.14.2",
|
|
"filetype>=1.2.0",
|
|
"markdownify==1.1.0",
|
|
"openai>=2.2.0",
|
|
"pillow>=10.2.0",
|
|
"pydantic>=2.12.0",
|
|
"pydantic-settings>=2.11.0",
|
|
"pypdfium2>=4.30.0",
|
|
"python-dotenv>=1.1.1",
|
|
"qwen-vl-utils>=0.0.14",
|
|
"streamlit>=1.50.0",
|
|
"surya-ocr>=0.17.0",
|
|
"torch>=2.8.0",
|
|
"torchvision>=0.23.0",
|
|
"transformers>=4.57.1",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["chandra*"]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pre-commit>=4.3.0",
|
|
]
|