Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
opencv-python
|
4 |
-
numpy
|
5 |
-
Pillow
|
6 |
-
tqdm
|
7 |
-
imageio
|
8 |
-
imageio-ffmpeg
|
9 |
-
matplotlib
|
|
|
1 |
+
torch>=1.11.0
|
2 |
+
torchvision>=0.12.0
|
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
|
9 |
+
matplotlib>=3.3.2
|