From b3c341260924187f50515c52c67e6baaa266651c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 May 2024 01:30:53 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v1.26.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0a035e..14c0443 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Deepak Mallubhotla "] [tool.poetry.dependencies] python = ">=3.8.1,<3.10" pdme = "^1.2.0" -numpy = "1.22.3" +numpy = "1.26.4" scipy = "1.10" tqdm = "^4.66.2"