# Shared requirements for all four practicals. # Install into a fresh virtual environment: # python3 -m venv .venv # source .venv/bin/activate # pip install -r requirements.txt # LLM APIs anthropic>=0.60 python-dotenv>=1.0 # Plain web APIs and scraping requests>=2.31 beautifulsoup4>=4.12 lxml>=5.0 # Data work pandas>=2.0 matplotlib>=3.8 seaborn>=0.13 # BIS central bank speeches loader (project 02) gingado>=0.2 # Notebook environment jupyterlab>=4.0