Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
# Base ----------------------------------------
|
6 |
matplotlib>=3.2.2
|
7 |
-
numpy
|
8 |
opencv-python>=4.1.1
|
9 |
Pillow>=7.1.2
|
10 |
PyYAML>=5.3.1
|
|
|
4 |
|
5 |
# Base ----------------------------------------
|
6 |
matplotlib>=3.2.2
|
7 |
+
numpy=1.23.5
|
8 |
opencv-python>=4.1.1
|
9 |
Pillow>=7.1.2
|
10 |
PyYAML>=5.3.1
|