Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Buethe <jbuethe@amazon.de>2023-07-23 00:13:08 +0300
committerJan Buethe <jbuethe@amazon.de>2023-07-23 00:13:08 +0300
commit81fe5f0261a3b3f148b7c519aab5ce52631ef661 (patch)
treedf90a35b9852a349b1623f960202aae81d0b8a68
parentf9aee675dcf60970dc0cdfc99cc7ac3b79b54e38 (diff)
added matplotlib to testsuite requirements (needed by librosa)
-rw-r--r--dnn/torch/testsuite/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/dnn/torch/testsuite/requirements.txt b/dnn/torch/testsuite/requirements.txt
index 09cc2ab9..2ee4220d 100644
--- a/dnn/torch/testsuite/requirements.txt
+++ b/dnn/torch/testsuite/requirements.txt
@@ -7,4 +7,5 @@ speechpy
soundfile
pyyaml
pesq
-AMFM_decompy \ No newline at end of file
+AMFM_decompy
+matplotlib \ No newline at end of file