diff --git a/pyproject.toml b/pyproject.toml index 4a149200..324b9273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +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" + "semchunk>=2.2.0", + "transformers>=4.44.2" ] license = "MIT"