Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -5,4 +5,6 @@ torchvision # For image handling
|
|
5 |
pillow
|
6 |
open-clip-torch
|
7 |
scikit-image
|
8 |
-
nltk
|
|
|
|
|
|
5 |
pillow
|
6 |
open-clip-torch
|
7 |
scikit-image
|
8 |
+
nltk
|
9 |
+
albumentations
|
10 |
+
timm
|