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..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.1 +Pillow>=9.0.1,<10.0.0 opencv-python==4.7.0.72 \ No newline at end of file