From b069c5acd9f266dc3883b3266ac0babee00f079d Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 10:32:57 -0700 Subject: [PATCH] futz with python vers for tensorflow compat --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d6fa875..8fd53a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.9.1" +python = ">=3.9.1,<3.12" torch = "2.1.1" transformers = "4.37.1" openai = "0.28.0"