mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixing Black linting
This commit is contained in:
parent
f6a5018786
commit
125bd06e6b
@ -99,8 +99,8 @@ dependencies = [
|
||||
"pudb",
|
||||
]
|
||||
"test" = ["pytest>6.0.0", "pytest-cov"]
|
||||
"torch-directml" = ["torch-directml"]
|
||||
"test" = ["pytest>6.0.0", "pytest-cov", "black"]
|
||||
"torch-directml" = ["torch-directml"]
|
||||
"xformers" = [
|
||||
"xformers~=0.0.19; sys_platform!='darwin'",
|
||||
"triton; sys_platform=='linux'",
|
||||
|
Loading…
Reference in New Issue
Block a user