➕ [Update] requirements for dataloader
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
hydra-core
|
2 |
loguru
|
3 |
numpy
|
|
|
4 |
pytest
|
5 |
pyyaml
|
6 |
requests
|
7 |
rich
|
8 |
torch
|
|
|
9 |
tqdm
|
|
|
1 |
hydra-core
|
2 |
loguru
|
3 |
numpy
|
4 |
+
Pillow
|
5 |
pytest
|
6 |
pyyaml
|
7 |
requests
|
8 |
rich
|
9 |
torch
|
10 |
+
torchvision
|
11 |
tqdm
|