glenn-jocher
commited on
Update requirements.txt `albumentations>=1.0.2` (#3972)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -27,5 +27,5 @@ pandas
|
|
27 |
# extras --------------------------------------
|
28 |
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
29 |
# pycocotools>=2.0 # COCO mAP
|
30 |
-
# albumentations>=1.0.
|
31 |
thop # FLOPs computation
|
|
|
27 |
# extras --------------------------------------
|
28 |
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
29 |
# pycocotools>=2.0 # COCO mAP
|
30 |
+
# albumentations>=1.0.2
|
31 |
thop # FLOPs computation
|