From b9f4b3489840dfb19c68c41c0c748ecbeddf3e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:47:53 +0000 Subject: [PATCH] Update dependency numpy-stl to v3.2.0 --- scripts/Plot/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Plot/Pipfile b/scripts/Plot/Pipfile index 4b2737a08..35c27bdb0 100644 --- a/scripts/Plot/Pipfile +++ b/scripts/Plot/Pipfile @@ -8,7 +8,7 @@ basemap = "==1.4.1" matplotlib = "==3.7.2" numpy = "==1.24.3" pandas = "==2.0.3" -numpy-stl = "==3.1.2" +numpy-stl = "==3.2.0" numpy-quaternion = "==2023.0.4" python-utils = "==3.5.2"