From 2638faf1db21b884bf0433bffa624d190a1d7d48 Mon Sep 17 00:00:00 2001 From: Izam Mohammed <106471909+izam-mohammed@users.noreply.github.com> Date: Mon, 2 Jan 2023 09:43:27 +0530 Subject: [PATCH] update requirements.txt updated requirements with the latest version of numpy,mlflow and protobuf --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d046883..b5117d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,10 @@ huggingface-hub>=0.10.0 hydra-core>=1.2.0 joblib>=1.2.0 librosa>=0.9.2 -mlflow>=1.28.0 -numpy>=1.23.3 +mlflow>=2.1.1 +numpy>=1.24.1 pesq==0.0.4 -protobuf>=3.19.6 +protobuf>=4.21.12 pystoi==0.3.3 pytest-lazy-fixture>=0.6.3 pytorch-lightning>=1.7.7