From e27a88713bf2377b9b6df4f3e8d0a4e8c3122391 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Mon, 25 Mar 2024 17:11:51 +0100 Subject: [PATCH] adding requirements --- examples/python-operator-dataflow/requirements.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/python-operator-dataflow/requirements.txt b/examples/python-operator-dataflow/requirements.txt index a8f02b0a0..4f0330c64 100644 --- a/examples/python-operator-dataflow/requirements.txt +++ b/examples/python-operator-dataflow/requirements.txt @@ -44,4 +44,10 @@ seaborn>=0.11.0 # roboflow opencv-python>=4.1.1 -maturin \ No newline at end of file +maturin + +whisper +sounddevice +pynput +sentence-transformers +transformers \ No newline at end of file