From 023fed5bafc1ef66d7459963b90d9c20cc31ce1f Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Mon, 26 Feb 2024 16:14:21 -0500 Subject: [PATCH] Raise the python! google-generativeai requires 3.9. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00b4ae20..387b767f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ [tool.poetry.dependencies] -python = "^3.6.1" +python = "^3.9" torch = "2.1.1" transformers = "4.37.1" openai = "0.28.0"