From c40388a9918f10cd6fc66b56baed4b84ad108ca9 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Thu, 12 Sep 2024 21:35:57 +0800 Subject: [PATCH] test numpy 2 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7956ca6..900dcbbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,8 @@ license = { text = "Modified BSD" } dependencies = [ "ase>=3.23.0", "cython>=3", - "numpy>=1.26", + # "numpy>=1.26", + "numpy>=2.0.0", "nvidia-ml-py3>=7.352.0", "pymatgen>=2024.9.10", "torch>=1.11.0",