Skip to content

Commit

Permalink
Update Interpretability - Explanation Dashboard.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Jun 1, 2023
1 parent 9e33e63 commit 289d15c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"!pip install --upgrade --force-reinstall mlflow\n",
"!pip install --upgrade --force-reinstall protobuf\n",
"!pip install --upgrade --force-reinstall scipy\n",
"!pip install \"pandas<2.0.0\""
"!pip install \"pandas<2.0.0\"\n",
"!pip install --force-reinstall \"numpy<1.24.0,>=1.20.3\""
]
},
{
Expand Down

0 comments on commit 289d15c

Please sign in to comment.