Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
# Base ----------------------------------------
|
4 |
matplotlib>=3.2.2
|
5 |
-
numpy
|
6 |
opencv-python>=4.1.2
|
7 |
Pillow>=7.1.2
|
8 |
PyYAML>=5.3.1
|
|
|
2 |
|
3 |
# Base ----------------------------------------
|
4 |
matplotlib>=3.2.2
|
5 |
+
numpy==1.22.4
|
6 |
opencv-python>=4.1.2
|
7 |
Pillow>=7.1.2
|
8 |
PyYAML>=5.3.1
|