Skip to content
Open
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 05-student-success-engagement/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ langchain-core>=1.4.9
streamlit>=1.58.0

# LLM providers (install the one you use)
langchain-anthropic>=1.4.8 # LLM_PROVIDER=anthropic (default)
langchain-anthropic>=1.7.0 # LLM_PROVIDER=anthropic (default)
# langchain-aws>=0.2.0 # LLM_PROVIDER=bedrock (private-connectivity inference via PrivateLink + Guardrails)

# Shared platform (installed from ../platform_core in dev: pip install -e ../platform_core)
Expand Down
Loading