Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -10,10 +10,10 @@ pytorch_lightning==1.9.0
|
|
10 |
scikit_learn==1.2.1
|
11 |
soundfile==0.11.0
|
12 |
torch==1.13.1
|
13 |
-
torchmetrics==0.11.0
|
14 |
tqdm==4.64.0
|
15 |
pystoi==0.3.3
|
16 |
pesq==0.0.4
|
17 |
onnx==1.13.0
|
18 |
torchaudio==0.13.1
|
|
|
19 |
altair<5
|
|
|
10 |
scikit_learn==1.2.1
|
11 |
soundfile==0.11.0
|
12 |
torch==1.13.1
|
|
|
13 |
tqdm==4.64.0
|
14 |
pystoi==0.3.3
|
15 |
pesq==0.0.4
|
16 |
onnx==1.13.0
|
17 |
torchaudio==0.13.1
|
18 |
+
torchmetrics
|
19 |
altair<5
|