Update file-dataset-img-classification.ipynb

made edit on the sdk version
This commit is contained in:
May Hu
2019-09-04 13:25:10 -07:00
committed by GitHub
parent 06d43956f3
commit 3a029d48a2

View File

@@ -480,7 +480,7 @@
"from azureml.core.conda_dependencies import CondaDependencies\n",
"\n",
"env = Environment('my_env')\n",
"cd = CondaDependencies.create(pip_packages=['azureml-sdk<0.1.1', 'pandas','scikit-learn','azureml-dataprep[pandas,fuse]~=1.1.13rc'])\n",
"cd = CondaDependencies.create(pip_packages=['azureml-sdk', 'pandas','scikit-learn','azureml-dataprep[pandas,fuse]==1.1.14'])\n",
"\n",
"env.python.conda_dependencies = cd"
]
@@ -713,4 +713,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}