Merge pull request #1796 from Azure/release_update/Release-154

update samples from Release-154 as a part of  SDK release
This commit is contained in:
Harneet Virk
2022-08-10 11:36:05 -07:00
committed by GitHub

View File

@@ -269,7 +269,6 @@
"printenv && \\\n",
"echo \"which nvcc: \" && \\\n",
"which nvcc && \\\n",
"pip install numpy==1.20.3 && \\\n",
"pip install azureml-defaults && \\\n",
"pip install azureml-telemetry && \\\n",
"pip install azureml-interpret && \\\n",
@@ -281,7 +280,9 @@
"mkdir build && \\\n",
"python setup.py install --user && \\\n",
"pip uninstall -y xgboost && \\\n",
"conda install py-xgboost==1.3.3 \\\n",
"conda install py-xgboost==1.3.3 && \\\n",
"pip uninstall -y numpy && \\\n",
"conda install numpy==1.20.3 \\\n",
"\"\"\"\n",
"\n",
"env.python.user_managed_dependencies = True\n",