Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
torch
|
| 2 |
pickle5
|
| 3 |
-
Pillow
|
| 4 |
time
|
| 5 |
os
|
| 6 |
numpy
|
|
@@ -8,4 +7,5 @@ opencv-python
|
|
| 8 |
torchvision
|
| 9 |
imageio
|
| 10 |
natsort
|
| 11 |
-
importlib-metadata
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
pickle5
|
|
|
|
| 3 |
time
|
| 4 |
os
|
| 5 |
numpy
|
|
|
|
| 7 |
torchvision
|
| 8 |
imageio
|
| 9 |
natsort
|
| 10 |
+
importlib-metadata
|
| 11 |
+
Pillow
|