From 9258b2fd2bfbac5836b93d27e0e9a9734193e456 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 07:44:27 +0000 Subject: [PATCH] Update dependency numpy to v1.26.1 --- scripts/Plot/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Plot/Pipfile b/scripts/Plot/Pipfile index 0ac47709e..dc8e91a5b 100644 --- a/scripts/Plot/Pipfile +++ b/scripts/Plot/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] basemap = "==1.3.8" matplotlib = "==3.7.2" -numpy = "==1.24.3" +numpy = "==1.26.1" pandas = "==2.0.3" numpy-stl = "==3.0.1" numpy-quaternion = "*"