From 782370ffdbf91ca16af4c7ef7f3659902434443b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:26:15 +0000 Subject: [PATCH] Update numpy requirement in /airan-pusch-receiver 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.24.0...v2.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- airan-pusch-receiver/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airan-pusch-receiver/requirements.txt b/airan-pusch-receiver/requirements.txt index 4daa24a..8b63728 100644 --- a/airan-pusch-receiver/requirements.txt +++ b/airan-pusch-receiver/requirements.txt @@ -4,7 +4,7 @@ # Core dependencies sionna>=0.19.0 # 5G NR simulation and neural receiver training h5py>=3.10.0 # HDF5 dataset storage -numpy>=1.24.0 # Array operations +numpy>=2.5.2 # Array operations # Visualization matplotlib>=3.8.0 # Plotting