forked from xming521/WeClone
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (44 loc) · 945 Bytes
/
pyproject.toml
File metadata and controls
47 lines (44 loc) · 945 Bytes
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
45
46
47
[project]
name = "WeClone"
version = "0.1.2"
description = ""
authors = [{ name = "xming521" }]
readme = "README.md"
requires-python = ">=3.9,<3.10"
dependencies = ["pandas", "pydantic==2.10.6"]
[dependency-groups]
xcodec = ["xcodec2==0.1.3"]
wx = ["pywxdump"]
sparktts = [
"einops>=0.8.1",
"einx>=0.3.0",
"numpy==1.26.4",
"omegaconf>=2.3.0",
"packaging>=24.2",
"safetensors>=0.5.2",
"soundfile>=0.12.1",
"soxr>=0.5.0.post1",
"torch>=2.5.1",
"torchaudio>=2.5.1",
"tqdm>=4.66.5",
"transformers==4.45.2",
]
main = ["transformers==4.45.2", "llamafactory>=0.9.2", "openai==0.28.0"]
[tool.uv]
conflicts = [
[
{ group = "wx" },
{ group = "sparktts" },
],
[
{ group = "wx" },
{ group = "main" },
],
[
{ group = "wx" },
{ group = "xcodec" },
],
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
default = true