From 072f9c382782da57f7df079167618a0dc9832e5a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 1 Oct 2023 18:12:08 +0000 Subject: [PATCH] Update dependency numpy to ~1.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4666efac..a938117fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ isort = "*" jupyter = "*" matplotlib = "~3.2" nbqa = "*" -numpy = "~1.20" +numpy = "~1.26.0" pandas = "~1.3" pandas-gbq = "==0.17.9" pytest = "^7.0.1"