# Course environment for "AI/ML for Macroeconomics" labs. # Students in China: install via the Tsinghua (TUNA) mirror, e.g. # pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt # # (A CPU build of PyTorch is sufficient for this course — no GPU required.) numpy>=1.24 pandas>=2.0 matplotlib>=3.7 scikit-learn>=1.3 torch>=2.2 # Optional — only for the *live* FRED data path in the Lecture 3 lab. # The lab falls back to a built-in synthetic panel if this is not installed. # pandas-datareader>=0.10