Skip to content

Commit 2507404

Browse files
committed
0.0.4
1 parent 63d9512 commit 2507404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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.0.3"
7+
version = "0.0.4"
88
authors = [
99
{ name="daswer123", email="daswerq123@gmail.com" },
1010
]
@@ -21,8 +21,8 @@ dependencies = [
2121
"requests==2.31.0",
2222
"loguru",
2323
"pydub",
24-
"torch>=2.0.0",
25-
"torch>=2.0.0",
24+
"torch>=1.13.1",
25+
"torchaudio>=0.13.1",
2626
"ffmpeg-python",
2727
"soundfile",
2828
"omegaconf==2.0.6",

0 commit comments

Comments
 (0)