diff --git a/pyproject.toml b/pyproject.toml index 0bfde7e0..ba02846b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "pydantic", "torchdata<=0.7.1", "boto3", - "numpy<2.0.0" + "numpy<3.0.0" ] version = "1.1.3" diff --git a/requirements.txt b/requirements.txt index 38b02443..cfbf18f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ lightning==2.4.0 pymatgen==2024.11.13 ase==3.23.0 pydantic==2.10.3 -numpy==1.26.4 +numpy==2.2.0 torchdata==0.7.1 boto3==1.35.82 sympy==1.13.3