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-cov",
"pytest-datadir",
"requests_testadapter",
]
"xformers" = [
"xformers==0.0.23; sys_platform!='darwin'",