Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNeodev authored Jan 5, 2025
1 parent f1a92be commit c59e7bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rvc_inferpy" # Name of your package
version = "0.5.9" # Package version
description = "Easy tools for RVC"
description = "Easy tools for RVC Inference"
readme = "README.md" # Optional: Add your README[project]
license = {text = "MIT"} # Use this if you are specifying the license directly
authors = [
Expand All @@ -24,10 +24,11 @@ dependencies = [
"local_attention",
"torchcrepe==0.0.23",
"torchfcpe",
"audio-separator[gpu]==0.25.1",
"audio-separator[gpu]==v0.28.5",
"yt-dlp",
"gradio",
"gradio==4.44.0",
"gtts",
"edge-tts",

]

Expand Down

0 comments on commit c59e7bd

Please sign in to comment.