Skip to content

Commit 172c57b

Browse files
committed
Pin mlflow<3 in azureml-in-a-day tutorial
MLflow 3.x (released Dec 5, 2025) is incompatible with Azure ML tracking.
1 parent 50f168d commit 172c57b

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\n",
197197
" - azureml-mlflow\n",
198198
" - psutil\n",
199199
" - tqdm\n",

0 commit comments

Comments
 (0)