From 5fea70acaeadc06dd3633bb85db14e2ff9c6b587 Mon Sep 17 00:00:00 2001 From: Max Tkachenko Date: Mon, 30 Dec 2024 21:42:55 +0000 Subject: [PATCH] fix: Pytests 3 (#685) --- label_studio_ml/examples/nemo_asr/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/label_studio_ml/examples/nemo_asr/requirements.txt b/label_studio_ml/examples/nemo_asr/requirements.txt index a0b21f10..d811375b 100644 --- a/label_studio_ml/examples/nemo_asr/requirements.txt +++ b/label_studio_ml/examples/nemo_asr/requirements.txt @@ -1,3 +1,4 @@ nemo-toolkit[all]==1.23.0 huggingface-hub==0.23.5 numpy<2 +werkzeug==2.2.3 \ No newline at end of file