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 <ghart@us.ibm.com>
This commit is contained in:
Gabe Goodhart 2025-04-09 07:14:55 -06:00
parent 72dd815195
commit 8ef0b897c8

View File

@ -90,7 +90,6 @@ pillow = ">=10.0.0,<12.0.0"
tqdm = "^4.65.0" tqdm = "^4.65.0"
pluggy = "^1.0.0" pluggy = "^1.0.0"
pylatexenc = "^2.10" pylatexenc = "^2.10"
ollama = "^0.4"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = { extras = ["jupyter"], version = "^24.4.2" } black = { extras = ["jupyter"], version = "^24.4.2" }