Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install-dev: install-build-deps
$(UV) pip install -r requirements-dev.txt

install-optional: install-dev
$(UV) pip install anthropic openai pydantic_ai litellm agno google-genai google-adk dspy langsmith
$(UV) pip install anthropic openai pydantic_ai agno google-genai google-adk dspy langsmith
Comment thread
AbhiPrasad marked this conversation as resolved.
$(UV) pip install -e .[temporal,otel]

.DEFAULT_GOAL := help
Expand Down
Loading