mirror of
https://github.com/OpenBMB/VoxCPM
synced 2025-12-12 11:58:11 +00:00
update requirements
This commit is contained in:
@@ -27,19 +27,15 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"torch==2.5.1",
|
"torch>=2.5.0",
|
||||||
"torchaudio==2.5.1",
|
"torchaudio>=2.5.0",
|
||||||
"transformers==4.50.1",
|
"transformers>=4.36.2",
|
||||||
"einops",
|
"einops",
|
||||||
"gradio",
|
"gradio",
|
||||||
"inflect",
|
"inflect",
|
||||||
"WeTextProcessing",
|
|
||||||
"addict",
|
"addict",
|
||||||
"modelscope==1.22.0",
|
"WeTextProcessing",
|
||||||
"simplejson",
|
"modelscope",
|
||||||
"datasets==2.18.0",
|
|
||||||
"sortedcontainers",
|
|
||||||
"librosa",
|
|
||||||
"huggingface-hub",
|
"huggingface-hub",
|
||||||
"pydantic",
|
"pydantic",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
torch==2.5.1
|
|
||||||
torchaudio==2.5.1
|
|
||||||
transformers==4.50.1
|
|
||||||
einops
|
|
||||||
gradio
|
|
||||||
inflect
|
|
||||||
WeTextProcessing
|
|
||||||
addicts
|
|
||||||
modelscope==1.22.0
|
|
||||||
simplejson
|
|
||||||
datasets==2.18.0
|
|
||||||
addicts
|
|
||||||
sortedcontainers
|
|
||||||
librosa
|
|
||||||
huggingface-hub
|
|
||||||
spaces
|
|
||||||
Reference in New Issue
Block a user