File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " rvc-python"
7
- version = " 0.1.0 "
7
+ version = " 0.1.1 "
8
8
authors = [
9
9
{ name =" daswer123" , email =" daswerq123@gmail.com" },
10
10
]
@@ -18,26 +18,29 @@ classifiers = [
18
18
]
19
19
20
20
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" ,
26
23
" ffmpeg-python" ,
27
24
" soundfile" ,
28
25
" omegaconf==2.0.6" ,
26
+ " requests" ,
29
27
" pyworld" ,
30
28
" torchcrepe" ,
31
29
" praat-parselmouth>=0.4.2" ,
32
- " numpy<=1.25.3 " ,
30
+ " numpy<=1.23.5 " ,
33
31
" fairseq==0.12.2" ,
34
32
" faiss-cpu==1.7.3" ,
35
33
" av" ,
34
+ " loguru" ,
35
+ " uvicorn" ,
36
+ " fastapi" ,
37
+ " pydantic" ,
38
+ " python-multipart" ,
36
39
]
37
40
38
41
[project .urls ]
39
42
Homepage = " https://github.com/daswer123/rvc-python"
40
43
"Bug Tracker" = " https://github.com/daswer123/rvc-python/issues"
41
44
42
45
[tool .hatch .build .targets .wheel ]
43
- only-include =[" rvc_python" ]
46
+ only-include =[" rvc_python" ]
You can’t perform that action at this time.
0 commit comments