@@ -10,20 +10,20 @@ readme = { content-type = "text/markdown", file = "README.md" }
10
10
keywords = [" stable-diffusion" , " AI" ]
11
11
dynamic = [" version" ]
12
12
license = { file = " LICENSE" }
13
- authors = [{ name = " The InvokeAI Project " , email = " lincoln.stein@gmail.com " }]
13
+ authors = [{ name = " Invoke " , email = " support@invoke.ai " }]
14
14
classifiers = [
15
- ' Development Status :: 4 - Beta ' ,
15
+ ' Development Status :: 5 - Production/Stable ' ,
16
16
' Environment :: GPU' ,
17
17
' Environment :: GPU :: NVIDIA CUDA' ,
18
18
' Environment :: MacOS X' ,
19
19
' Intended Audience :: End Users/Desktop' ,
20
20
' Intended Audience :: Developers' ,
21
- ' License :: OSI Approved :: MIT License ' ,
21
+ ' License :: OSI Approved :: Apache-2.0 ' ,
22
22
' Operating System :: POSIX :: Linux' ,
23
23
' Operating System :: MacOS' ,
24
24
' Operating System :: Microsoft :: Windows' ,
25
25
' Programming Language :: Python :: 3 :: Only' ,
26
- ' Programming Language :: Python :: 3.10 ' ,
26
+ ' Programming Language :: Python :: 3.12 ' ,
27
27
' Topic :: Artistic Software' ,
28
28
' Topic :: Internet :: WWW/HTTP :: WSGI :: Application' ,
29
29
' Topic :: Internet :: WWW/HTTP :: WSGI :: Server' ,
@@ -35,7 +35,7 @@ dependencies = [
35
35
# Core generation dependencies, pinned for reproducible builds.
36
36
" accelerate" ,
37
37
" bitsandbytes; sys_platform!='darwin'" ,
38
- " compel==2.0.2 " ,
38
+ " compel==2.1.1 " ,
39
39
" diffusers[torch]==0.33.0" ,
40
40
" gguf" ,
41
41
" invisible-watermark==0.2.0" , # needed to install SDXL base and refiner using their repo_ids
0 commit comments