conda install -c anaconda ipykernel -y
conda install -c anaconda urllib3 -y

conda install -c conda-forge prophet -y

conda install -c conda-forge xgboost -y
conda install -c conda-forge sktime -y

conda install -c anaconda pandas -y
conda install scikit-learn -y
conda install -c intel pyyaml -y
conda install -c conda-forge python-dotenv -y

conda install -c conda-forge gradio -y

(if conda version of gradio doesn't work)
pip install gradio