diff --git a/pyproject.toml b/pyproject.toml index 4d59367a..38913862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ ] dependencies = [ "ase", - "torch<=2.9.1", # TODO: Remove this pin. For some reason, torch 2.9 gives different results. + "torch<=2.10.0", # TODO: Remove this pin. For some reason, torch 2.9 gives different results. "torchdata", "pymatgen", "lightning<=2.6.0",