We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4252662 commit eacd52bCopy full SHA for eacd52b
1 file changed
py/Makefile
@@ -60,7 +60,7 @@ install-dev: install-build-deps
60
$(UV) pip install -r requirements-dev.txt
61
62
install-optional: install-dev
63
- $(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
64
$(UV) pip install -e .[temporal,otel]
65
66
.DEFAULT_GOAL := help
0 commit comments