From d97a2ec291768f55caebb25cc0d9450172b2f9a7 Mon Sep 17 00:00:00 2001 From: Checker <2959824+ruschecker@users.noreply.github.com> Date: Sat, 4 Feb 2023 14:23:51 +0530 Subject: [PATCH] Update requirements.txt Fixed version of torchtext and torchaudio for numpy==1.22.0 --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cac230e..e897330 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,9 @@ +torchtext~=0.11.0 +torchaudio~=0.10.0 torchvision~=0.11.1 matplotlib~=3.5.1 streamlit~=1.5.0 -torch==1.10.0 +torch~=1.10.0 pillow~=9.0.0 pandas~=1.4.0 scikit-image~=0.19.1 @@ -15,4 +17,4 @@ seaborn~=0.11.0 plotly~=5.5.0 scipy~=1.7.3 -scikit-learn~=1.0.2 \ No newline at end of file +scikit-learn~=1.0.2