# Day-1 tokenization/embeddings lab Python dependencies — intentionally lightweight.
# Uses direct HTTP calls to the Ollama API instead of heavy SDK packages.
# Cosine similarity is computed in pure Python (768-dim vectors) — no numpy needed.
httpx>=0.27.0
rich>=13.7.0
