From 84a819f7d67ec63ba18f4a8de0578737efd5c872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 20:57:02 +0000 Subject: [PATCH] Bump numpy in /PyStationB/libraries/GlobalPenalisation Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 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.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PyStationB/libraries/GlobalPenalisation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyStationB/libraries/GlobalPenalisation/requirements.txt b/PyStationB/libraries/GlobalPenalisation/requirements.txt index 2823b91..dddc971 100644 --- a/PyStationB/libraries/GlobalPenalisation/requirements.txt +++ b/PyStationB/libraries/GlobalPenalisation/requirements.txt @@ -5,7 +5,7 @@ gpytorch==1.5.0 jax==0.2.13 jaxlib==0.1.67 matplotlib==3.4.2 -numpy==1.20.3 +numpy==1.22.0 pandas==1.2.4 pyyaml==5.4.1 scipy==1.6.3