Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
opencv-python
|
2 |
numpy
|
3 |
-
torch
|
4 |
basicsr
|
5 |
-
torchvision
|
|
|
|
|
|
1 |
opencv-python
|
2 |
numpy
|
|
|
3 |
basicsr
|
4 |
+
torchvision
|
5 |
+
torch==2.0.1
|
6 |
+
torchvision==0.15.2
|