From 80ac414582cab32c71ae599d4d069efaba82c1a0 Mon Sep 17 00:00:00 2001 From: Jeff Shepherd Date: Thu, 31 Aug 2023 16:54:20 -0700 Subject: [PATCH] Fixed Windows automl_setup for 1.53.0 --- how-to-use-azureml/automated-machine-learning/automl_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-azureml/automated-machine-learning/automl_env.yml b/how-to-use-azureml/automated-machine-learning/automl_env.yml index 71dc83c2..488af788 100644 --- a/how-to-use-azureml/automated-machine-learning/automl_env.yml +++ b/how-to-use-azureml/automated-machine-learning/automl_env.yml @@ -13,7 +13,7 @@ dependencies: - pandas==1.1.5 - scipy==1.5.3 - Cython==0.29.14 -- tqdm==4.65.0 +- tqdm==4.66.1 - pip: # Required packages for AzureML execution, history, and data preparation.