diff options
Diffstat (limited to 'examples/requirements.txt')
-rw-r--r-- | examples/requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/requirements.txt b/examples/requirements.txt index e3962db..b0358b3 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -3,5 +3,7 @@ Pillow >= 5.1.0 # audioplot plugin matplotlib >= 2.1.1 -numpy >= 1.14.5 numpy_ringbuffer >= 0.2.1 + +# audioplot and py_audiotestsrc plugins +numpy >= 1.14.5 |