File size: 944 Bytes
bb159c0
 
 
 
 
 
 
 
 
 
 
 
 
 
830f68e
5f1b4ae
fc5c393
7410b62
 
5f1b4ae
7410b62
5f1b4ae
da5a6b8
108c4dc
fc5c393
 
bb159c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[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"]