hw1 We strongly suggest using conda (or miniconda) for package management. We tested this assignment using a conda environment with python 3.10. conda create -n cmu16824hw1 python=3.10 conda activate cmu16824hw1 pip install -r requirements.txt