diff --git a/dev/chemistry-creative-server/pyproject.toml b/dev/chemistry-creative-server/pyproject.toml index cf521e5..f7756cb 100644 --- a/dev/chemistry-creative-server/pyproject.toml +++ b/dev/chemistry-creative-server/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "chemeleon-dng @ git+https://github.com/hspark1212/chemeleon-dng.git@v0.1.2", "mace-torch>=0.3.0", # Cap below 2.11 — torch 2.11 requires CUDA 13 drivers. See dev/pyproject.toml. - "torch>=2.1.0,<2.11", + "torch>=2.1.0,<2.12", "pymatgen>=2.4.1.0", ]