From a813aface9b0cc2f7a69fdde64c8ced7f09723f6 Mon Sep 17 00:00:00 2001 From: Shane A Date: Thu, 11 Jul 2024 13:22:11 -0700 Subject: [PATCH] Update pyproject.toml to allow torch 2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b659cd30..ab034ff2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.8" license = { file = "LICENSE" } dependencies = [ "numpy", - "torch>=2.1,<2.3", + "torch>=2.1,<2.4", "ai2-olmo-core==0.1.0", "omegaconf", "rich",