Skip to content

Commit eacd52b

Browse files
authored
remove litellm install
1 parent 4252662 commit eacd52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ install-dev: install-build-deps
6060
$(UV) pip install -r requirements-dev.txt
6161

6262
install-optional: install-dev
63-
$(UV) pip install anthropic openai pydantic_ai litellm agno google-genai google-adk dspy langsmith
63+
$(UV) pip install anthropic openai pydantic_ai agno google-genai google-adk dspy langsmith
6464
$(UV) pip install -e .[temporal,otel]
6565

6666
.DEFAULT_GOAL := help

0 commit comments

Comments
 (0)