MH0386 commited on
Commit
a31306d
·
verified ·
1 Parent(s): 8c562bd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +8 -8
pyproject.toml CHANGED
@@ -5,10 +5,10 @@ description = "Voice Generator part of the Chatacter Backend"
5
  readme = "README.md"
6
  requires-python = ">=3.12"
7
  dependencies = [
8
- "en-core-web-sm",
9
- "gradio[mcp]>=5.30.0",
10
- "kokoro>=0.9.4",
11
- "soundfile>=0.13.1",
12
  ]
13
 
14
  [project.scripts]
@@ -20,10 +20,10 @@ build-backend = "uv_build"
20
 
21
  [dependency-groups]
22
  dev = [
23
- "watchfiles>=1.0.5",
24
- "ruff>=0.11.10",
25
- "huggingface-hub[cli,hf-transfer]>=0.31.4",
26
- "ty>=0.0.1a5",
27
  ]
28
 
29
  [tool.uv.sources]
 
5
  readme = "README.md"
6
  requires-python = ">=3.12"
7
  dependencies = [
8
+ "en-core-web-sm",
9
+ "gradio[mcp]>=5.31.0",
10
+ "kokoro>=0.9.4",
11
+ "soundfile>=0.13.1",
12
  ]
13
 
14
  [project.scripts]
 
20
 
21
  [dependency-groups]
22
  dev = [
23
+ "watchfiles>=1.0.5",
24
+ "ruff>=0.11.11",
25
+ "huggingface-hub[cli,hf-transfer]>=0.31.4",
26
+ "ty>=0.0.1a6",
27
  ]
28
 
29
  [tool.uv.sources]