From 556bd958478af124b513283f12ae4812728dec36 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Fri, 9 Feb 2024 13:52:07 -0700 Subject: [PATCH] bump min python in ver for langchain --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9f2d79e..ef7acbab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] -python = ">=3.8.0,<4.0.0" +python = ">=3.8.1,<4.0.0" torch = "2.1.1" transformers = "4.37.1" openai = "0.28.0"