adding scikit
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ torch==1.13.1
|
|
2 |
torchaudio==0.13.1
|
3 |
torchvision==0.14.1
|
4 |
opencv-python==4.7.0.72
|
5 |
-
cchardet==2.1.7
|
|
|
|
2 |
torchaudio==0.13.1
|
3 |
torchvision==0.14.1
|
4 |
opencv-python==4.7.0.72
|
5 |
+
cchardet==2.1.7
|
6 |
+
scikit-imag==0.20.0
|