Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions libs/giskard-scan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ dependencies = [
"numpy>=2.4.1,<3",
]

[project.optional-dependencies]
openai = ["giskard-agents[openai]"]
google = ["giskard-agents[google]"]
anthropic = ["giskard-agents[anthropic]"]
litellm = ["giskard-agents[litellm]"]
all = ["giskard-agents[all]"]

[build-system]
requires = ["hatchling>=1.25.0"]
build-backend = "hatchling.build"
Expand Down
23 changes: 23 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading