Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
numpy
|
2 |
-
scipy
|
3 |
tensorboard==2.15.1
|
4 |
librosa==0.9.2
|
5 |
numba==0.56.4
|
6 |
-
torchaudio
|
7 |
-
pytorch-lightning
|
8 |
-
gradio
|
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.
|
33 |
-
pydantic
|
|
|
|
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
|