From 66831da24ddebb54cc900a13cdeb72850928cb3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 08:09:22 +0000 Subject: [PATCH] Bump numpy in /PyStationB/libraries/GlobalPenalisation Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.20.3...v1.21.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..cba33c9 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.21.0 pandas==1.2.4 pyyaml==5.4.1 scipy==1.6.3