lj1995 commited on
Commit
48ccde7
·
verified ·
1 Parent(s): 6eec980

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- numpy==1.23.4
2
- scipy==1.11.3
3
  tensorboard==2.15.1
4
  librosa==0.9.2
5
  numba==0.56.4
6
- torchaudio==2.1.2
7
- pytorch-lightning==2.5.1
8
- gradio>=4.0,<=4.24.0
9
  ffmpeg-python==0.2.0
10
  onnxruntime-gpu
11
  tqdm==4.66.4
@@ -29,5 +29,6 @@ g2pk2==0.0.3
29
  ko_pron==1.3
30
  opencc==1.1.0
31
  python_mecab_ko==1.3.7
32
- torch==2.1.2
33
- pydantic>=2.4
 
 
1
+ numpy<2.0
2
+ scipy>=1.11.3
3
  tensorboard==2.15.1
4
  librosa==0.9.2
5
  numba==0.56.4
6
+ torchaudio
7
+ pytorch-lightning>=2.4
8
+ gradio<5
9
  ffmpeg-python==0.2.0
10
  onnxruntime-gpu
11
  tqdm==4.66.4
 
29
  ko_pron==1.3
30
  opencc==1.1.0
31
  python_mecab_ko==1.3.7
32
+ torch==2.4
33
+ pydantic<=2.10.6
34
+ torchmetrics<=1.5