From 3115dd01c1d4fe12a0c9a11d90b94e656fa11405 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Thu, 9 Dec 2021 20:18:32 +0800 Subject: [PATCH] Update Signed-off-by: shiyu22 --- README.md | 4 +--- requirements.txt | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2a93c5d..fc11237 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,7 @@ In computer vision (CV) directions, image transformations are usually an indispe ## Requirements -You can get the required python package by [requirements.txt](./requirements.txt). - -- pillow +You can get the required python package by [requirements.txt](./requirements.txt). ## How it works diff --git a/requirements.txt b/requirements.txt index 5b3289b..e69de29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -torch>=1.2.0 -torchvision>=0.4.0 -numpy>=1.19.5 -pillow>=8.3.1