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 1/2] 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 From 6f7d51f14197bd87efe93c9e873179ae00078e89 Mon Sep 17 00:00:00 2001 From: Izam Mohammed <106471909+izam-mohammed@users.noreply.github.com> Date: Thu, 5 Jan 2023 21:43:39 +0530 Subject: [PATCH 2/2] updated the requirements.txt file --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5117d7..7cae3fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ librosa>=0.9.2 mlflow>=2.1.1 numpy>=1.24.1 pesq==0.0.4 -protobuf>=4.21.12 +protobuf==3.2.0 pystoi==0.3.3 pytest-lazy-fixture>=0.6.3 pytorch-lightning>=1.7.7