From 61cbd31b77da8d16d7a8e611eb47868e65a3af3f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Jun 2023 01:31:16 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v1.25.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 355f8f2..2d01296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Deepak Mallubhotla "] [tool.poetry.dependencies] python = "^3.8,<3.10" pdme = "^0.8.6" -numpy = "1.22.3" +numpy = "1.25.0" scipy = "1.10" [tool.poetry.dev-dependencies]