diff --git a/pyproject.toml b/pyproject.toml index fc1aa87f5..6d34b2158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ strict = [ "torch<=2.2.0; sys.platform != 'linux'", "torch<=2.2.1; sys.platform == 'linux'", "nequip==0.6.1", - "hiphive==1.4", + "hiphive==1.5", ] dev = ["pre-commit>=2.12.1"] tests = ["pytest", "pytest-mock", "pytest-split", "pytest-cov", "types-setuptools", "nbmake"]