From b9a06453d94cadf0ff4dabd6cd68b37fce47316d Mon Sep 17 00:00:00 2001 From: Lucas Vazquez Date: Tue, 20 Oct 2020 10:06:01 -0400 Subject: [PATCH] specifies maximum albumentations version (#499) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a6d5c1527..578df8bad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = icevision -version = 0.2.1 +version = 0.2.1post1 author = Lucas Goulart Vazquez, Farid Hassainia author_email = lgvaz42@gmail.com, farid@airctic.com description = Agnostic Computer Vision Framework @@ -26,7 +26,7 @@ install_requires = fastcore >=1.0.14,<1.2 tqdm >=4.49.0,<5 opencv-python >=4.4.0,<5 - albumentations >=0.4.6 + albumentations >=0.4.6,<0.5 matplotlib >=3.2.2,<4 pycocotools >=2.0.2<3 requests >=2.24.0<3