Software Setup 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 cmu16824hw3 python=3.10 conda activate cmu16824hw3 pip install -r requirements.txt