mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
revert python version requirement
This commit is contained in:
parent
b71bcab691
commit
43fbbfb848
@ -1 +1 @@
|
||||
__version__ = "3.0.0+b7"
|
||||
__version__ = "3.0.0+b8"
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user