From 393260c0a6dc14c0dd3cfe6a2b55303ec0288842 Mon Sep 17 00:00:00 2001 From: Akkily Date: Thu, 17 Aug 2023 15:49:07 +0900 Subject: [PATCH 1/2] update Pillow --- README.md | 2 -- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 06e297d..d3a3569 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # FastLabel Python SDK -_If you are using FastLabel prototype, please install version 0.2.2._ - ## Table of Contents - [Installation](#installation) diff --git a/requirements.txt b/requirements.txt index 1c517bf..12ad537 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.25.1 numpy>=1.21.2 geojson==2.5.0 xmltodict==0.12.0 -Pillow==9.0.1 +Pillow>=9.0.0,<10.0.0 opencv-python==4.7.0.72 \ No newline at end of file From 749ecf9b06b95c14192b049096cadecba8859dc2 Mon Sep 17 00:00:00 2001 From: Akkily Date: Thu, 17 Aug 2023 15:51:58 +0900 Subject: [PATCH 2/2] fix version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12ad537..eff1d01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.25.1 numpy>=1.21.2 geojson==2.5.0 xmltodict==0.12.0 -Pillow>=9.0.0,<10.0.0 +Pillow>=9.0.1,<10.0.0 opencv-python==4.7.0.72 \ No newline at end of file