Please note that this is LIVE DEVELOPMENT repo and stable version of this Assembly Planning code is available here.
You can recreate the python environment used to run these files via:
conda create --name <env> --file requirements.txt
SImiliarily, using a standard Python 3 installation, you can also use:
python3 -m venv env
source env/bin/activate
pip install -r pipRequirements.txt