Skip to content

Commit aa93588

Browse files
Merge pull request #1954 from Azure/jeffshep/pinpy38
Temporarily pin back to Python 3.8
2 parents 35614e8 + 1252040 commit aa93588

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

how-to-use-azureml/automated-machine-learning/automl_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
# The python interpreter version.
88
# Azure ML only supports 3.7.0 and later.
99
- pip==22.3.1
10-
- python>=3.9,<3.10
10+
- python>=3.8,<3.9
1111
- holidays==0.29
1212
- scipy==1.10.1
1313
- tqdm==4.66.1

how-to-use-azureml/automated-machine-learning/automl_env_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
# The python interpreter version.
88
# Azure ML only supports 3.7 and later.
99
- pip==22.3.1
10-
- python>=3.9,<3.10
10+
- python>=3.8,<3.9
1111
- matplotlib==3.7.1
1212
- numpy>=1.21.6,<=1.23.5
1313
- urllib3==1.26.7

how-to-use-azureml/automated-machine-learning/automl_env_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
# The python interpreter version.
88
# Currently Azure ML only supports 3.7 and later.
99
- pip==22.3.1
10-
- python>=3.9,<3.10
10+
- python>=3.8,<3.9
1111
- numpy>=1.21.6,<=1.23.5
1212
- scipy==1.10.1
1313
# TODO: Upgrade this requirement to 1.1.3 when azureml-responsibleai will

0 commit comments

Comments
 (0)