From 000d2a49ee382f75d60c9fb62f6a8fcfcc028e98 Mon Sep 17 00:00:00 2001 From: Liubov Talamanova Date: Thu, 19 Dec 2024 17:21:10 +0000 Subject: [PATCH] add missing requirement --- tests/python_tests/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_tests/requirements.txt b/tests/python_tests/requirements.txt index 3dac3f8b00..2f082063e3 100644 --- a/tests/python_tests/requirements.txt +++ b/tests/python_tests/requirements.txt @@ -31,4 +31,5 @@ sacremoses # - openai/whisper-base librosa soundfile -datasets \ No newline at end of file +datasets +rouge \ No newline at end of file