From 24e88589bd82c52c2fc867093b7a462d1aeb521b Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 27 Sep 2024 11:37:36 +0200 Subject: [PATCH] Loosen numpy and pandas deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c5f71e..217f281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,11 @@ dependencies = [ "optimade[server,ase]~=1.1", "pyyaml~=6.0", "pymatgen>=2023.9", - "pandas~=2.1", + "pandas >= 1.5, < 3", "pybtex~=0.24", "tqdm~=4.65", "requests~=2.31", - "numpy~=1.26", + "numpy >= 1.26, < 3", "click~=8.1" ]