diff --git a/pyproject.toml b/pyproject.toml index 5db7d35d..0ed3e85f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9.1" torch = "2.1.1" -transformers = "*" +transformers > 2.10 openai = "0.28.0" langchain = "*" asyncio = "*"