This was built using Python3.12.4
If you have a different version of Python3 and it doesn't work, you can remove all the "==" version locking from requirements.txt and then execute
pip install -r requirements.txt
Start by just trying
pip install -r requirements.txt
after creating a python virtual environment using python3 -m venv .venv
and then source .venv/bin/activate
and then jupyter lab