Compare commits

...

1 Commits

Author SHA1 Message Date
amlrelsa-ms
273a652a04 update samples from Release-136 as a part of 1.43.0 SDK stable release 2022-06-27 17:35:36 +00:00
2 changed files with 1 additions and 4 deletions

View File

@@ -437,8 +437,7 @@
" - azureml-defaults\n",
" - tensorflow-gpu==2.0.0\n",
" - keras<=2.3.1\n",
" - matplotlib\n",
" - protobuf==3.20.1"
" - matplotlib"
]
},
{
@@ -990,7 +989,6 @@
"cd.add_conda_package('h5py<=2.10.0')\n",
"cd.add_conda_package('keras<=2.3.1')\n",
"cd.add_pip_package(\"azureml-defaults\")\n",
"cd.add_pip_package(\"protobuf==3.20.1\")\n",
"cd.save_to_file(base_directory='./', conda_file_path='myenv.yml')\n",
"\n",
"print(cd.serialize_to_string())"

View File

@@ -943,7 +943,6 @@
"cd.add_conda_package('numpy')\n",
"cd.add_pip_package('tensorflow==2.2.0')\n",
"cd.add_pip_package(\"azureml-defaults\")\n",
"cd.add_pip_package(\"protobuf==3.20.1\")\n",
"cd.save_to_file(base_directory='./', conda_file_path='myenv.yml')\n",
"\n",
"print(cd.serialize_to_string())"