From 3e875cb5da9c0a6b2dd79b9b4f78f1ffe501719e Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Sun, 15 Sep 2024 21:03:18 +0800 Subject: [PATCH] revert numpy version pin to > 1.26 to support NP1 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ad8c14c..ae3a444c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,7 @@ license = { text = "Modified BSD" } dependencies = [ "ase>=3.23.0", "cython>=3", - # "numpy>=1.26", # TODO: remove after test - "numpy==1.26", + "numpy>=1.26", "nvidia-ml-py3>=7.352.0", "pymatgen>=2024.9.10", "torch>=2.4.1",