fix: dep.
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,5 +3,5 @@ numpy
|
|
3 |
matplotlib
|
4 |
opencv-python
|
5 |
h5py
|
6 |
-
torch
|
7 |
-
torchvision
|
|
|
3 |
matplotlib
|
4 |
opencv-python
|
5 |
h5py
|
6 |
+
torch==1.7.0
|
7 |
+
torchvision==0.8.1
|