From 48e085aa506bc5e245113a58edc3e5e1aeeb3f54 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Fri, 16 Feb 2024 14:40:20 -0700 Subject: [PATCH] bump min python to a supported release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8e1290c..31bc1b00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] -python = "^3.6.1" +python = "^3.8" torch = "2.1.1" transformers = "4.37.1" openai = "0.28.0"