From 85f96c9819dce1096188f997c4bb1535a5ce0b0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:48:29 -0600 Subject: [PATCH] Update dependency numpy to <=2.2.2 (#145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c22327..6a1611d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "click<=8.2", "click-log<=0.4.0", "matplotlib<=3.10.0", - "numpy<=2.2.1", + "numpy<=2.2.2", "scipy<=1.15.0" ] description = "Fluid-Structure Interaction for large deformation planing surfaces"