From a8c1b8cc8e9fbd903609958422eed49b88affc1f Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Tue, 2 Jul 2024 18:52:41 -0700 Subject: [PATCH] Update numpy in pyproject.toml (#2325) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ec726731b..e87118b04a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "emmet-core>=0.80.0", # for pre-made schemas "maggma>=0.64.0", # for database handling "monty>=2024.5.15", # miscellaneous Python utilities - "numpy<2.0", # for array handling + "numpy>=1.25.0", # for array handling "psutil", # for getting compute architecture details "pydantic>=2.0.1", # for settings management "pydantic-settings>=2.2.0", # for settings management