Skip to content

Commit

Permalink
update explanation dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaXYWang committed Sep 27, 2023
1 parent 12cdec8 commit afb0054
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
"First we import the packages and define some UDFs we will need later."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install numpy==1.21.6"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -21,7 +30,7 @@
},
"outputs": [],
"source": [
"%pip install raiwidgets itsdangerous==2.0.1 interpret-community numpy==1.21.6"
"%pip install raiwidgets itsdangerous==2.0.1 interpret-community"
]
},
{
Expand Down

0 comments on commit afb0054

Please sign in to comment.