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