From 32133dcf613a257406590727d790b61476399e48 Mon Sep 17 00:00:00 2001 From: Hacker 17082006 Date: Fri, 17 Feb 2023 22:15:19 +0700 Subject: [PATCH] Fix req.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7ab859a11..b693b81f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,9 +11,9 @@ aiohttp accelerate opencv-contrib-python==4.3.0.36 opencv-python==4.3.0.36 -numpy=1.23.1 +numpy==1.23.1 timm==0.6.12 torchvision=0.13.1 scipy matplotlib -skimage \ No newline at end of file +scikit-image \ No newline at end of file