aitoolkits-webui / pyproject.toml
twn39's picture
update
fc5c393
raw
history blame
944 Bytes
[project]
name = "aitoolkits-webui"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "twn39", email = "[email protected]" }
]
dependencies = [
"gradio>=4.38.1",
"diffusers>=0.29.2",
"langchain>=0.2.7",
"pydantic>=2.8.2",
"pydantic-settings>=2.3.4",
"langchain-openai>=0.1.16",
"dashscope>=1.20.1",
"modelscope[framework]>=1.16.1",
"torch==2.3.1",
"torchvision>=0.18.1",
"torchaudio>=2.3.1",
"setuptools==69.5.1",
"oss2>=2.18.6",
"kornia>=0.7.3",
"opencv-python>=4.10.0.84",
"tensorflow>=2.17.0",
"transformers>=4.42.4",
"accelerate>=0.32.1",
]
readme = "README.md"
requires-python = ">= 3.8"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/aitoolkits_webui"]