From 9c88d61018358c0db461f2afc365bdf14133338f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:50:05 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2 --- 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..e630291 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 = "2.3.4" pandas = "1.0.4" nb-black = "1.0.7" black = "19.10b0"