From 12520400e5d78b2e6bd9772e349974439de3e4ec Mon Sep 17 00:00:00 2001 From: Jeff Shepherd Date: Wed, 6 Dec 2023 13:24:28 -0800 Subject: [PATCH] Temporarily pin back to Python 3.8 --- how-to-use-azureml/automated-machine-learning/automl_env.yml | 2 +- .../automated-machine-learning/automl_env_linux.yml | 2 +- .../automated-machine-learning/automl_env_mac.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 5732caba..90432f5d 100644 --- a/how-to-use-azureml/automated-machine-learning/automl_env.yml +++ b/how-to-use-azureml/automated-machine-learning/automl_env.yml @@ -7,7 +7,7 @@ dependencies: # The python interpreter version. # Azure ML only supports 3.7.0 and later. - pip==22.3.1 -- python>=3.9,<3.10 +- python>=3.8,<3.9 - holidays==0.29 - scipy==1.10.1 - tqdm==4.66.1 diff --git a/how-to-use-azureml/automated-machine-learning/automl_env_linux.yml b/how-to-use-azureml/automated-machine-learning/automl_env_linux.yml index f2387cb8..8aad0b14 100644 --- a/how-to-use-azureml/automated-machine-learning/automl_env_linux.yml +++ b/how-to-use-azureml/automated-machine-learning/automl_env_linux.yml @@ -7,7 +7,7 @@ dependencies: # The python interpreter version. # Azure ML only supports 3.7 and later. - pip==22.3.1 -- python>=3.9,<3.10 +- python>=3.8,<3.9 - matplotlib==3.7.1 - numpy>=1.21.6,<=1.23.5 - urllib3==1.26.7 diff --git a/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml b/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml index 3985e3ff..08a66c8a 100644 --- a/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml +++ b/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml @@ -7,7 +7,7 @@ dependencies: # The python interpreter version. # Currently Azure ML only supports 3.7 and later. - pip==22.3.1 -- python>=3.9,<3.10 +- python>=3.8,<3.9 - numpy>=1.21.6,<=1.23.5 - scipy==1.10.1 # TODO: Upgrade this requirement to 1.1.3 when azureml-responsibleai will