From c00d2247685ae496b04c6c5392dd7c29e54c7926 Mon Sep 17 00:00:00 2001 From: lebaro-msft <99359352+lebaro-msft@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:38:25 -0800 Subject: [PATCH] Update workstation_env.yml (#2870) Update workstation_env.yml to fix mlflow version issue --- tutorials/get-started-notebooks/workstation_env.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tutorials/get-started-notebooks/workstation_env.yml b/tutorials/get-started-notebooks/workstation_env.yml index a9f03fb22..565ad35f4 100644 --- a/tutorials/get-started-notebooks/workstation_env.yml +++ b/tutorials/get-started-notebooks/workstation_env.yml @@ -1,4 +1,5 @@ name: workstation_env +# This file serves as an example - you can update packages or versions to fit your use case dependencies: - python=3.8 - pip=21.2.4 @@ -6,8 +7,8 @@ dependencies: - scipy=1.7.1 - pandas>=1.1,<1.2 - pip: - - mlflow==2.4.1 - - azureml-mlflow==1.51.0 + - mlflow-skinny + - azureml-mlflow - psutil>=5.8,<5.9 - ipykernel~=6.0 - matplotlib