Fix numpy version
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ opencv-python==4.9.0.80
|
|
2 |
torch==2.2.2
|
3 |
torchaudio==2.2.2
|
4 |
torchvision==0.17.2
|
5 |
-
scikit-image==0.22.0
|
|
|
|
2 |
torch==2.2.2
|
3 |
torchaudio==2.2.2
|
4 |
torchvision==0.17.2
|
5 |
+
scikit-image==0.22.0
|
6 |
+
numpy==1.22.4
|