Python used in this notebook is version 3.8 (3.8.16), although you can change it, you just need to alter the first cell.
You can change the requirements.txt to match your need.
The requirements.txt in this repo only include basic packages for machine learning such as :
- tensorflow==2.9.0
- tensorflow-datasets==4.6.0
- Pillow==9.1.1
- pandas==1.4.2
- numpy==1.22.4
- scipy==1.7.3
The first 2 cells in this notebook are copied from here.