mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Update numpy requirement from ==1.22.* to ==1.24.*
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/commits/v1.24.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
368c07cc34
commit
d69e5acc1b
@ -1,3 +1,3 @@
|
|||||||
numpy == 1.19.*
|
numpy == 1.24.*
|
||||||
openvino == 2022.*
|
openvino == 2022.*
|
||||||
openvino-dev[tensorflow2] == 2022.*
|
openvino-dev[tensorflow2] == 2022.*
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Flask == 2.2.*
|
|||||||
imutils == 0.5.*
|
imutils == 0.5.*
|
||||||
matplotlib == 3.6.*
|
matplotlib == 3.6.*
|
||||||
mypy == 0.942
|
mypy == 0.942
|
||||||
numpy == 1.22.*
|
numpy == 1.24.*
|
||||||
opencv-python-headless == 4.5.5.*
|
opencv-python-headless == 4.5.5.*
|
||||||
paho-mqtt == 1.6.*
|
paho-mqtt == 1.6.*
|
||||||
peewee == 3.15.*
|
peewee == 3.15.*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user