Skip to content

Commit 25dfd89

Browse files
committed
update package deps
1 parent 8d10023 commit 25dfd89

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

pyproject.toml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "rvc-python"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [
99
{ name="daswer123", email="daswerq123@gmail.com" },
1010
]
@@ -18,26 +18,29 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"requests==2.31.0",
22-
"loguru",
23-
"pydub",
24-
"torch>=1.13.1",
25-
"torchaudio>=0.13.1",
21+
"torch>=2.0.0",
22+
"torchaudio>=2.0.0",
2623
"ffmpeg-python",
2724
"soundfile",
2825
"omegaconf==2.0.6",
26+
"requests",
2927
"pyworld",
3028
"torchcrepe",
3129
"praat-parselmouth>=0.4.2",
32-
"numpy<=1.25.3",
30+
"numpy<=1.23.5",
3331
"fairseq==0.12.2",
3432
"faiss-cpu==1.7.3",
3533
"av",
34+
"loguru",
35+
"uvicorn",
36+
"fastapi",
37+
"pydantic",
38+
"python-multipart",
3639
]
3740

3841
[project.urls]
3942
Homepage = "https://github.com/daswer123/rvc-python"
4043
"Bug Tracker" = "https://github.com/daswer123/rvc-python/issues"
4144

4245
[tool.hatch.build.targets.wheel]
43-
only-include=["rvc_python"]
46+
only-include=["rvc_python"]

0 commit comments

Comments
 (0)