Update pyproject.toml
Browse files- pyproject.toml +3 -7
pyproject.toml
CHANGED
@@ -18,20 +18,16 @@ dependencies = [
|
|
18 |
"faiss-cpu==1.7.3",
|
19 |
"torchcrepe==0.0.23",
|
20 |
"ffmpeg-python>=0.2.0",
|
21 |
-
"fairseq",
|
22 |
"typeguard==4.2.0",
|
23 |
"soundfile",
|
24 |
"librosa",
|
25 |
"numpy",
|
26 |
"scipy",
|
27 |
"numba==0.56.4",
|
28 |
-
"edge-tts"
|
|
|
|
|
29 |
]
|
30 |
|
31 |
[tool.setuptools]
|
32 |
packages = ["rvcinfpy"]
|
33 |
-
|
34 |
-
[tool.pip]
|
35 |
-
dependencies = [
|
36 |
-
"git+https://github.com/One-sixth/fairseq.git"
|
37 |
-
]
|
|
|
18 |
"faiss-cpu==1.7.3",
|
19 |
"torchcrepe==0.0.23",
|
20 |
"ffmpeg-python>=0.2.0",
|
|
|
21 |
"typeguard==4.2.0",
|
22 |
"soundfile",
|
23 |
"librosa",
|
24 |
"numpy",
|
25 |
"scipy",
|
26 |
"numba==0.56.4",
|
27 |
+
"edge-tts",
|
28 |
+
"fairseq",
|
29 |
+
"git+https://github.com/One-sixth/fairseq.git"
|
30 |
]
|
31 |
|
32 |
[tool.setuptools]
|
33 |
packages = ["rvcinfpy"]
|
|
|
|
|
|
|
|
|
|