mirror of
https://github.com/datalab-to/chandra.git
synced 2026-03-03 20:33:45 +00:00
Refactor
This commit is contained in:
@@ -3,10 +3,12 @@ name = "chandra"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.14.2",
|
||||
"filetype>=1.2.0",
|
||||
"markdownify==1.1.0",
|
||||
"openai>=2.2.0",
|
||||
"pillow>=11.3.0",
|
||||
"pydantic>=2.12.0",
|
||||
"pydantic-settings>=2.11.0",
|
||||
@@ -17,3 +19,6 @@ dependencies = [
|
||||
"torch>=2.8.0",
|
||||
"transformers>=4.57.0",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["chandra*"]
|
||||
|
||||
Reference in New Issue
Block a user