From 8ef0b897c8ca70902b9f351cfb1f508209f48bb2 Mon Sep 17 00:00:00 2001 From: Gabe Goodhart Date: Wed, 9 Apr 2025 07:14:55 -0600 Subject: [PATCH] Revert "build: Add ollama sdk dependency" After consideration, we're going to use the generic OpenAI API instead of the Ollama-specific API to avoid duplicate work. This reverts commit bc6b366468cdd66b52540aac9c7d8b584ab48ad0. Signed-off-by: Gabe Goodhart --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 561d46c2..dd48a9d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,6 @@ pillow = ">=10.0.0,<12.0.0" tqdm = "^4.65.0" pluggy = "^1.0.0" pylatexenc = "^2.10" -ollama = "^0.4" [tool.poetry.group.dev.dependencies] black = { extras = ["jupyter"], version = "^24.4.2" }