From a594b61b783fd9ed7b176f2b333115fcab0ffed9 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Sun, 15 Sep 2024 20:53:19 +0800 Subject: [PATCH] test NP1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5252b40e..8ad8c14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "ase>=3.23.0", "cython>=3", # "numpy>=1.26", # TODO: remove after test - "numpy>=2.0.0", + "numpy==1.26", "nvidia-ml-py3>=7.352.0", "pymatgen>=2024.9.10", "torch>=2.4.1",