Delete pyproject.toml
Browse files- pyproject.toml +0 -64
pyproject.toml
DELETED
@@ -1,64 +0,0 @@
|
|
1 |
-
[tool.poetry]
|
2 |
-
name = "rvc-beta"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = ""
|
5 |
-
authors = ["lj1995"]
|
6 |
-
license = "MIT"
|
7 |
-
|
8 |
-
[tool.poetry.dependencies]
|
9 |
-
python = "^3.9"
|
10 |
-
torch = "2.4.0"
|
11 |
-
torchaudio = "2.4.0"
|
12 |
-
Cython = "^3.0.11"
|
13 |
-
gradio = "3.34.0"
|
14 |
-
pydub = ">=0.25.1"
|
15 |
-
soundfile = ">=0.12.1"
|
16 |
-
ffmpeg-python = ">=0.2.0"
|
17 |
-
tensorboardX = "^2.6.2.2"
|
18 |
-
fairseq = "0.12.2"
|
19 |
-
faiss-cpu = "1.7.3"
|
20 |
-
Jinja2 = ">=3.1.2"
|
21 |
-
json5 = "^0.9.25"
|
22 |
-
librosa = "0.9.1"
|
23 |
-
llvmlite = "0.39.0"
|
24 |
-
Markdown = "^3.6"
|
25 |
-
matplotlib = ">=3.7.0"
|
26 |
-
matplotlib-inline = ">=0.1.3"
|
27 |
-
numba = "0.56.4"
|
28 |
-
numpy = "1.23.5"
|
29 |
-
scipy = "1.13.1"
|
30 |
-
praat-parselmouth = ">=0.4.2"
|
31 |
-
Pillow = ">=9.1.1"
|
32 |
-
pyworld = "0.3.2"
|
33 |
-
resampy = ">=0.4.2"
|
34 |
-
scikit-learn = "^1.5.1"
|
35 |
-
tensorboard = "^2.17.0"
|
36 |
-
tqdm = ">=4.63.1"
|
37 |
-
tornado = ">=6.1"
|
38 |
-
Werkzeug = ">=2.2.3"
|
39 |
-
uc-micro-py = ">=1.0.1"
|
40 |
-
sympy = ">=1.11.1"
|
41 |
-
tabulate = ">=0.8.10"
|
42 |
-
PyYAML = ">=6.0"
|
43 |
-
pyasn1 = ">=0.4.8"
|
44 |
-
pyasn1-modules = ">=0.2.8"
|
45 |
-
fsspec = ">=2022.11.0"
|
46 |
-
absl-py = ">=1.2.0"
|
47 |
-
audioread = "^3.0.1"
|
48 |
-
uvicorn = ">=0.21.1"
|
49 |
-
colorama = ">=0.4.5"
|
50 |
-
torchcrepe = "0.0.20"
|
51 |
-
python-dotenv = ">=1.0.0"
|
52 |
-
av = "^12.3.0"
|
53 |
-
joblib = ">=1.1.0"
|
54 |
-
httpx = "^0.27.0"
|
55 |
-
onnxruntime-gpu = "^1.18.1"
|
56 |
-
fastapi = "0.88"
|
57 |
-
torchfcpe = "^0.0.4"
|
58 |
-
ffmpy = "0.3.1"
|
59 |
-
torchvision = "0.19.0"
|
60 |
-
[tool.poetry.dev-dependencies]
|
61 |
-
|
62 |
-
[build-system]
|
63 |
-
requires = ["poetry-core>=1.0.0"]
|
64 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|