From 3aaf4e212153edf370725c5112dcd890942a78bc Mon Sep 17 00:00:00 2001 From: Liam Gray Date: Thu, 8 Aug 2024 18:11:32 -0700 Subject: [PATCH] build(pyproject): update numpy minimum version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a268a9e7..2f10ae94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "matplotlib", "mpi4py", "networkx >= 2.0", - "numpy >= 1.16,<2", + "numpy >= 1.23", "peewee >= 3.14.1", "scipy", "skyfield >= 1.10"