Skip to content

Commit

Permalink
Adding dependicies
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryBurnhamCredera committed Dec 4, 2024
1 parent 11d5154 commit 164703f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlops_ml_models/models_template_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"!pip install python-dotenv==1.0.1\n",
"!pip install ydata-profiling==4.12.0\n",
"!pip install shap==0.45.1\n",
"!pip install setuptools==70.0.0"
"!pip install setuptools==58.0.0\n",
"!pip install pandas==1.5.3 "
]
},
{
Expand Down

0 comments on commit 164703f

Please sign in to comment.