From b805aea1deb227e213bb9a027924d49058fefcc1 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Thu, 12 Sep 2024 10:25:23 +0200 Subject: [PATCH] fix: pyproject.toml dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 13ee846a..175e73b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,8 @@ dependencies = [ "undetected-playwright>=0.3.0", "google>=3.0.0", "langchain-ollama>=0.1.3", + "semchunk==2.2.0", + "transformers==4.44.2" ] license = "MIT"