Tao_classification_pyt requirement.txt in /deps missing

TAO Classification_pyt example in notebook

• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
Run jupyter notebook classification .ipynb

Cell 6

Install the following dependencies for running the dataset preparation scripts

!pip3 install Cython==0.29.36
!pip3 install -r $PROJECT_DIR/deps/requirements-pip.txt

There is no “pip install requirement.txt” associated to the classification exemple.

Here it is. tao_tutorials/notebooks/tao_launcher_starter_kit/deps at ef009d7893eff717c1ec07872f420abd344b85d9 · NVIDIA/tao_tutorials · GitHub.

Thank’s. I see deps folder is in tao_launcher_starter_kit.