Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ numpy>=1.21.0
|
|
7 |
Pillow>=9.0.0
|
8 |
requests>=2.27.1
|
9 |
opencv-python>=4.5.5
|
10 |
-
segmentation-models-pytorch>=0.3.0
|
|
|
|
7 |
Pillow>=9.0.0
|
8 |
requests>=2.27.1
|
9 |
opencv-python>=4.5.5
|
10 |
+
segmentation-models-pytorch>=0.3.0
|
11 |
+
albumentations>=1.1.0
|