update samples from Release-240 as a part of 1.57.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2024-08-05 21:57:46 +00:00
parent 2352e458c7
commit aae88e87ea
45 changed files with 113 additions and 2685 deletions

View File

@@ -82,7 +82,7 @@
"\n",
"# to install required packages\n",
"env = Environment('tutorial-encryption-env')\n",
"cd = CondaDependencies.create(pip_packages=['azureml-dataset-runtime[pandas,fuse]', 'azureml-defaults', 'azure-storage-blob', 'encrypted-inference==0.9'], conda_packages = ['scikit-learn==0.22.1', 'numpy==1.23'])\n",
"cd = CondaDependencies.create(pip_packages=['azureml-dataset-runtime[pandas,fuse]', 'azureml-defaults', 'azure-storage-blob', 'encrypted-inference==0.9'], conda_packages = ['scikit-learn==1.5.1', 'numpy==1.23.5'])\n",
"\n",
"env.python.conda_dependencies = cd\n",
"\n",