From 125bd06e6b0fc8db2f8c466757a9a2e49402ce5b Mon Sep 17 00:00:00 2001 From: Brandon Rising Date: Thu, 27 Jul 2023 16:55:33 -0400 Subject: [PATCH] Fixing Black linting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb76ec939b..0f6ddd6424 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'",