NeoPy commited on
Commit
d5176a4
·
verified ·
1 Parent(s): 96b4520

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +5 -4
setup.py CHANGED
@@ -7,7 +7,7 @@ with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), "README.md"),
7
 
8
  setuptools.setup(
9
  name="rvc_inferpy",
10
- version="0.9.1",
11
  author="TheNeoDev",
12
  author_email="[email protected]",
13
  description="Easy tools for RVC Inference",
@@ -29,11 +29,12 @@ setuptools.setup(
29
  "pyworld>=0.3.4,<0.4",
30
  "resampy>=0.4.2,<0.5",
31
  "torchcrepe>=0.0.23,<0.1",
32
- "torchfcpe>=0.0.4"
 
33
  ],
34
  extras_require={
35
- "gpu": ["audio-separator==0.30.1", "torch>=2.0.0"],
36
- "cpu": ["audio-separator==0.30.1"],
37
  "dev": ["librosa>=0.9.1,<0.11"]
38
  },
39
  classifiers=[
 
7
 
8
  setuptools.setup(
9
  name="rvc_inferpy",
10
+ version="0.10.2",
11
  author="TheNeoDev",
12
  author_email="[email protected]",
13
  description="Easy tools for RVC Inference",
 
29
  "pyworld>=0.3.4,<0.4",
30
  "resampy>=0.4.2,<0.5",
31
  "torchcrepe>=0.0.23,<0.1",
32
+ "torchfcpe>=0.0.4",
33
+ "yt_dlp"
34
  ],
35
  extras_require={
36
+ "gpu": ["audio-separator[gpu]==0.30.1", "torch>=2.0.0"],
37
+ "cpu": ["audio-separator[cpu]==0.30.1"],
38
  "dev": ["librosa>=0.9.1,<0.11"]
39
  },
40
  classifiers=[