Skip to content

Commit 258fde9

Browse files
committed
specified package versions in requirements.txt
1 parent 4140411 commit 258fde9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
--extra-index-url https://download.pytorch.org/whl/cu113
2-
torch
3-
torchvision
4-
torchaudio
2+
torch==2.1.0
3+
torchvision==0.16.0
4+
torchaudio==2.1.0
55
scipy==1.13.1
66
librosa==0.10.2
7-
huggingface-hub
8-
munch
9-
einops
10-
descript-audio-codec
11-
gradio
12-
pydub
7+
huggingface-hub==0.23.4
8+
munch==4.0.0
9+
einops==0.8.0
10+
descript-audio-codec==1.0.0
11+
gradio==4.44.0
12+
pydub==0.25.1
1313
resemblyzer
14-
jiwer
15-
transformers
16-
FreeSimpleGUI
17-
soundfile
18-
sounddevice
19-
modelscope
20-
funasr
14+
jiwer==3.0.3
15+
transformers==4.46.3
16+
FreeSimpleGUI==5.1.1
17+
soundfile==0.12.1
18+
sounddevice==0.5.0
19+
modelscope==1.18.1
20+
funasr==1.1.5

0 commit comments

Comments
 (0)