From ffafb0d7f3c059e37378e8b80b2221677c47145e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:25:51 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v1.24.3 --- 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..7cac7fe 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.3" pandas = "1.0.4" nb-black = "1.0.7" black = "19.10b0"