From 516620708c2a0b91d0b228b6dc7b1a0d2a0d6c97 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Mon, 26 Feb 2024 16:19:18 -0500 Subject: [PATCH] Raise the python again! `multion` requires 3.10, Pillow 10+, openai 1.3+ --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 387b767f..9d99a831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,10 +25,10 @@ classifiers = [ [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" torch = "2.1.1" transformers = "4.37.1" -openai = "0.28.0" +openai = "1.3.0" langchain = "0.0.333" asyncio = "3.4.3" einops = "0.7.0" @@ -56,7 +56,7 @@ cohere = "4.24" huggingface-hub = "*" pydantic = "1.10.12" tenacity = "8.2.2" -Pillow = "9.4.0" +Pillow = "10.2.0" chromadb = "*" termcolor = "2.2.0" black = "23.3.0"