Skip to content

Commit c81b83c

Browse files
committed
Pin mlflow<3.7 in azureml-in-a-day tutorial
MLflow 3.7.0 (released Dec 5, 2025) introduced breaking changes incompatible with Azure ML no-code MLflow deployment. Pin to <3.7 to keep the 3.x model format while avoiding the breaking version.
1 parent 50f168d commit c81b83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/azureml-in-a-day/azureml-in-a-day.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
" - pip:\n",
194194
" - inference-schema[numpy-support]==1.3.0\n",
195195
" - xlrd==2.0.1\n",
196-
" - mlflow\n",
196+
" - mlflow<3.7\n",
197197
" - azureml-mlflow\n",
198198
" - psutil\n",
199199
" - tqdm\n",

0 commit comments

Comments
 (0)