Skip to content

Commit c896498

Browse files
committed
Add new test dependencies to pyproject.toml
Added 'chatlas[anthropic]', 'chatlas[openai]', and 'inspect-ai' to the test dependencies to support additional testing capabilities.
1 parent 822637a commit c896498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ test = [
9191
"dask[dataframe]",
9292
"pyarrow",
9393
"pyarrow-stubs",
94+
"chatlas[anthropic]",
95+
"chatlas[openai]",
96+
"inspect-ai",
9497
]
9598
dev = [
9699
"black>=24.0",

0 commit comments

Comments
 (0)