From 5b8992fa29d4e95029376675912d80c46c3e4dfe Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 11 Jul 2021 19:07:42 +0200 Subject: [PATCH] Update requirements.txt `albumentations>=1.0.2` (#3972) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef1736a12d5f..886d21ce8047 100755 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,5 @@ pandas # extras -------------------------------------- # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 # pycocotools>=2.0 # COCO mAP -# albumentations>=1.0.0 +# albumentations>=1.0.2 thop # FLOPs computation