From 4311e4225fbff5ff47d79a93623ea5666929f9bc Mon Sep 17 00:00:00 2001 From: Joe Hamman Date: Thu, 19 Oct 2023 14:31:45 -0700 Subject: [PATCH] Bump minimum numpy version I believe this was missed in v2023.08.0 (Aug 18, 2023). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28f9db79308..e7fa7bec5c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ - "numpy>=1.21", + "numpy>=1.22", "packaging>=21.3", "pandas>=1.4", ]