Chengkai Yang
commited on
Commit
·
0aed688
1
Parent(s):
9b2e6ab
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
torch==1.10.
|
2 |
torchvision==0.11.2
|
3 |
opencv-python==4.5.1.48
|
4 |
numpy == 1.18.4
|
5 |
Pillow==8.4.0
|
6 |
tqdm==4.62.3
|
7 |
imageio==2.9.0
|
8 |
-
imageio-ffmpeg==0.4.6
|
|
|
1 |
+
torch==1.10.1
|
2 |
torchvision==0.11.2
|
3 |
opencv-python==4.5.1.48
|
4 |
numpy == 1.18.4
|
5 |
Pillow==8.4.0
|
6 |
tqdm==4.62.3
|
7 |
imageio==2.9.0
|
8 |
+
imageio-ffmpeg==0.4.6
|