Update pyproject.toml
Browse files- pyproject.toml +3 -3
pyproject.toml
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
#
|
| 2 |
[build-system]
|
| 3 |
requires = ["setuptools>=61.0.0", "wheel"]
|
| 4 |
build-backend = "setuptools.build_meta"
|
| 5 |
|
| 6 |
[project]
|
| 7 |
name = "rvc_inferpy"
|
| 8 |
-
version = "0.
|
| 9 |
description = "Easy tools for RVC Inference"
|
| 10 |
readme = "README.md"
|
| 11 |
requires-python = ">=3.8"
|
|
@@ -16,7 +15,7 @@ authors = [
|
|
| 16 |
|
| 17 |
[project.urls]
|
| 18 |
Documentation = "https://rvc-inferpy.readthedocs.io"
|
| 19 |
-
Source = "https://
|
| 20 |
|
| 21 |
[project.dependencies]
|
| 22 |
av = "*"
|
|
@@ -34,6 +33,7 @@ resampy = ">=0.4.2,<0.5"
|
|
| 34 |
torchcrepe = ">=0.0.23,<0.1"
|
| 35 |
torchfcpe = ">=0.0.4"
|
| 36 |
yt_dlp = "*"
|
|
|
|
| 37 |
|
| 38 |
[project.optional-dependencies]
|
| 39 |
gpu = ["audio-separator[gpu]==0.30.1", "torch>=2.0.0"]
|
|
|
|
|
|
|
| 1 |
[build-system]
|
| 2 |
requires = ["setuptools>=61.0.0", "wheel"]
|
| 3 |
build-backend = "setuptools.build_meta"
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "rvc_inferpy"
|
| 7 |
+
version = "0.11.2"
|
| 8 |
description = "Easy tools for RVC Inference"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.8"
|
|
|
|
| 15 |
|
| 16 |
[project.urls]
|
| 17 |
Documentation = "https://rvc-inferpy.readthedocs.io"
|
| 18 |
+
Source = "https://huggingface.co/Thatneos/rvc_inferpy"
|
| 19 |
|
| 20 |
[project.dependencies]
|
| 21 |
av = "*"
|
|
|
|
| 33 |
torchcrepe = ">=0.0.23,<0.1"
|
| 34 |
torchfcpe = ">=0.0.4"
|
| 35 |
yt_dlp = "*"
|
| 36 |
+
fairseq = { git = "https://github.com/One-sixth/fairseq.gi" }
|
| 37 |
|
| 38 |
[project.optional-dependencies]
|
| 39 |
gpu = ["audio-separator[gpu]==0.30.1", "torch>=2.0.0"]
|