From 51d8d6a2ddb436c434b0d71462545e987bac8a1f Mon Sep 17 00:00:00 2001 From: rockerBOO Date: Mon, 27 Jan 2025 20:46:14 -0500 Subject: [PATCH] Add limit for python 3.10 only --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68c3de4b..aca1c94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "sd-scripts" version = "0.1.0" description = "Training, generation and utility scripts for Stable Diffusion." readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.10, <3.11" dependencies = [ "accelerate==0.33.0", "altair==4.2.2",