Skip to content

Commit dcb2c46

Browse files
committed
update samples from Release-154 as a part of SDK release
1 parent 7fb5dd3 commit dcb2c46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

how-to-use-azureml/explain-model/azure-integration/gpu-explanation/train-explain-model-gpu-tree-explainer.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@
269269
"printenv && \\\n",
270270
"echo \"which nvcc: \" && \\\n",
271271
"which nvcc && \\\n",
272-
"pip install numpy==1.20.3 && \\\n",
273272
"pip install azureml-defaults && \\\n",
274273
"pip install azureml-telemetry && \\\n",
275274
"pip install azureml-interpret && \\\n",
@@ -281,7 +280,9 @@
281280
"mkdir build && \\\n",
282281
"python setup.py install --user && \\\n",
283282
"pip uninstall -y xgboost && \\\n",
284-
"conda install py-xgboost==1.3.3 \\\n",
283+
"conda install py-xgboost==1.3.3 && \\\n",
284+
"pip uninstall -y numpy && \\\n",
285+
"conda install numpy==1.20.3 \\\n",
285286
"\"\"\"\n",
286287
"\n",
287288
"env.python.user_managed_dependencies = True\n",

0 commit comments

Comments
 (0)