From d24cc95257a45aa7449011b9816f7a0ba93daf0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:07:15 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v1.26.4 --- thc-net/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thc-net/pyproject.toml b/thc-net/pyproject.toml index 67a4beb..0dad19d 100755 --- a/thc-net/pyproject.toml +++ b/thc-net/pyproject.toml @@ -16,7 +16,7 @@ notebook = "6.0.3" ipywidgets = "7.5.1" requests = "2.23.0" matplotlib = "3.2.1" -numpy = "1.18.5" +numpy = "1.26.4" pandas = "1.0.4" nb-black = "1.0.7" black = "19.10b0"