Fixing Black linting

This commit is contained in:
Brandon Rising 2023-07-27 16:55:33 -04:00
parent f6a5018786
commit 125bd06e6b

View File

@ -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'",