From c51899b9b70c942e15b669f7f398e57cfd87c521 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 31 Oct 2024 17:11:24 -0600 Subject: [PATCH] MNT: Bump minimum numpy to 1.22 Needed for a minimum build on Python 3.10. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9e860f4d..969e70882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "beautifulsoup4>=4.6", - "numpy>=1.16", + "numpy>=1.22.0", "pandas>=0.25.0", "protobuf>=3.7.0", "requests>=2.21.0"