add missing dependency for pytests

This commit is contained in:
Lincoln Stein 2023-12-20 20:20:27 -05:00
parent a626ca3e1c
commit f123ee61d0

View File

@ -105,6 +105,7 @@ dependencies = [
"pytest>6.0.0", "pytest>6.0.0",
"pytest-cov", "pytest-cov",
"pytest-datadir", "pytest-datadir",
"requests_testadapter",
] ]
"xformers" = [ "xformers" = [
"xformers==0.0.23; sys_platform!='darwin'", "xformers==0.0.23; sys_platform!='darwin'",