From ee96a954becf0b86ffa237a60bebe172551c1b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:14:43 +0000 Subject: [PATCH] deps(py): update numpy requirement from >=1.26.0 to >=2.4.6 in /cortex 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/v1.26.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cortex/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex/pyproject.toml b/cortex/pyproject.toml index 96d40e8..009eb83 100644 --- a/cortex/pyproject.toml +++ b/cortex/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ # Signal Processing & Numerics "scipy>=1.12.0", - "numpy>=1.26.0", + "numpy>=2.4.6", # Input Telemetry "pynput>=1.7.6",