From 69396752b4eaecd200f1db8e725121a283774629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:21:35 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.20.0 to 1.22.0. - [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.20.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../src/space_exploration/project/Lynx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidra_chain_integration/src/space_exploration/project/Lynx/requirements.txt b/sidra_chain_integration/src/space_exploration/project/Lynx/requirements.txt index e31dbd84c..5f616f351 100644 --- a/sidra_chain_integration/src/space_exploration/project/Lynx/requirements.txt +++ b/sidra_chain_integration/src/space_exploration/project/Lynx/requirements.txt @@ -1,5 +1,5 @@ # Core dependencies -numpy==1.20.0 +numpy==1.22.0 scipy==1.6.2 pandas==1.3.5 matplotlib==3.4.3