Merge pull request #1836 from Azure/release_update/Release-165

update samples from Release-165 as a part of  SDK release
This commit is contained in:
Harneet Virk
2022-10-11 13:07:26 -07:00
committed by GitHub

View File

@@ -241,6 +241,8 @@
"for dist in list(available_packages):\n",
" if dist.key == 'pandas':\n",
" pandas_ver = dist.version\n",
" if dist.key == 'numpy':\n",
" numpy_ver = dist.version\n",
"pandas_dep = 'pandas'\n",
"numpy_dep = 'numpy'\n",
"if pandas_ver:\n",
@@ -286,7 +288,7 @@
"pip uninstall -y xgboost && \\\n",
"conda install py-xgboost==1.3.3 && \\\n",
"pip uninstall -y numpy && \\\n",
"conda install {numpy_dep} \\\n",
"pip install {numpy_dep} \\\n",
"\"\"\"\n",
"\n",
"env.python.user_managed_dependencies = True\n",