Skip to content

Commit dfd487f

Browse files
committed
update requirements
1 parent 081845b commit dfd487f

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

pyproject.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,15 @@ classifiers = [
2727
]
2828
requires-python = ">=3.8"
2929
dependencies = [
30-
"torch==2.5.1",
31-
"torchaudio==2.5.1",
32-
"transformers==4.50.1",
30+
"torch>=2.5.0",
31+
"torchaudio>=2.5.0",
32+
"transformers>=4.36.2",
3333
"einops",
3434
"gradio",
3535
"inflect",
36-
"WeTextProcessing",
3736
"addict",
38-
"modelscope==1.22.0",
39-
"simplejson",
40-
"datasets==2.18.0",
41-
"sortedcontainers",
42-
"librosa",
37+
"WeTextProcessing",
38+
"modelscope",
4339
"huggingface-hub",
4440
"pydantic",
4541
"tqdm",

requirements.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)