mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
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:
@@ -241,6 +241,8 @@
|
|||||||
"for dist in list(available_packages):\n",
|
"for dist in list(available_packages):\n",
|
||||||
" if dist.key == 'pandas':\n",
|
" if dist.key == 'pandas':\n",
|
||||||
" pandas_ver = dist.version\n",
|
" pandas_ver = dist.version\n",
|
||||||
|
" if dist.key == 'numpy':\n",
|
||||||
|
" numpy_ver = dist.version\n",
|
||||||
"pandas_dep = 'pandas'\n",
|
"pandas_dep = 'pandas'\n",
|
||||||
"numpy_dep = 'numpy'\n",
|
"numpy_dep = 'numpy'\n",
|
||||||
"if pandas_ver:\n",
|
"if pandas_ver:\n",
|
||||||
@@ -286,7 +288,7 @@
|
|||||||
"pip uninstall -y xgboost && \\\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",
|
"pip uninstall -y numpy && \\\n",
|
||||||
"conda install {numpy_dep} \\\n",
|
"pip install {numpy_dep} \\\n",
|
||||||
"\"\"\"\n",
|
"\"\"\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"env.python.user_managed_dependencies = True\n",
|
"env.python.user_managed_dependencies = True\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user