From e49db0527eb7d1a64dafccb2c1f16ce4f0707bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:25:39 +0000 Subject: [PATCH] Update numpy requirement from ~=2.0.2 to ~=2.4.0 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/compare/v2.0.2...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61eb385..fb3804a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ av~=14.2.0 websocket-client~=1.8.0 loguru~=0.7.2 setuptools~=78.1.0 -numpy~=2.0.2 +numpy~=2.4.0