From 9bb5c4c17ba4cc80e030ee43247e25559f335bef Mon Sep 17 00:00:00 2001 From: Harisankar Babu <58052269+harisankar95@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:17:34 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 230fbb6..b2422a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -torch -torchvision -tqdm -numpy -matplotlib -seaborn -opencv-python -scikit-learn \ No newline at end of file +torch>=1.13 +torchvision>=0.14.0 +tqdm>=4.64.1 +numpy>=1.23.4 +matplotlib>=3.6.1 +seaborn>=0.12.1 +opencv-python>=4.6.0.66 +scikit-learn>=1.1.3 \ No newline at end of file