diff --git a/pyproject.toml b/pyproject.toml index 8412df0..ea91aa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "ase>=3.23.0", "numpy>=1.26.4", "scipy>=1.13.1", - "torch>=2.2.0", + "torch>=2.2.0, <3.0.0", "dm-tree>=0.1.8", "tqdm>=4.66.5", ]