From 43fbbfb848d8f2e5671ddd80d7a6fbabd5b5f850 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Tue, 18 Jul 2023 16:15:47 -0400 Subject: [PATCH] revert python version requirement --- invokeai/version/invokeai_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/invokeai/version/invokeai_version.py b/invokeai/version/invokeai_version.py index a32825327a..7f857a0ceb 100644 --- a/invokeai/version/invokeai_version.py +++ b/invokeai/version/invokeai_version.py @@ -1 +1 @@ -__version__ = "3.0.0+b7" +__version__ = "3.0.0+b8" diff --git a/pyproject.toml b/pyproject.toml index 4cb7d8282a..f592d520fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "InvokeAI" description = "An implementation of Stable Diffusion which provides various new features and options to aid the image generation process" -requires-python = "==3.10" +requires-python = ">=3.9, <3.11" readme = { content-type = "text/markdown", file = "README.md" } keywords = ["stable-diffusion", "AI"] dynamic = ["version"]