From 5d4c562297cc546fc18fbb17c8bf38eafa540ba6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:43:05 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v1.24.2 --- 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..de69341 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.24.2" pandas = "1.0.4" nb-black = "1.0.7" black = "19.10b0"