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