From 54a6007bea3f2fb562c11ede519001101efdfb59 Mon Sep 17 00:00:00 2001 From: Ahmed Ahmed Date: Tue, 22 Oct 2024 18:38:13 -0700 Subject: [PATCH] restore toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2e217bc9a..19fb077bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ dependencies = [ "pydantic<3", "rich~=13.0", "filelock~=3.13", + # "ai2-olmo", "async-lru~=2.0", "tqdm-loggable>=0.2", "deepdiff"