Conda Env for Tensorflow 2.10

conda create -n tsf python=3.10
conda activate tsf
pip install tensorflow-macos==2.10
conda install jupyter notebook
conda install -c conda-forge jupyter_contrib_nbextensions #pip install jupyter_contrib_nbextensions jupyter contrib nbextension install --user jupyter nbextension enable --py --sys-prefix jupyter_contrib_nbextensions
conda install scikit-learn
conda install pandas
conda install matplotlib
pip install opencv-python