File tree 3 files changed +3
-3
lines changed
how-to-use-azureml/automated-machine-learning
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
# The python interpreter version.
8
8
# Azure ML only supports 3.7.0 and later.
9
9
- pip==22.3.1
10
- - python>=3.9 ,<3.10
10
+ - python>=3.8 ,<3.9
11
11
- holidays==0.29
12
12
- scipy==1.10.1
13
13
- tqdm==4.66.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
# The python interpreter version.
8
8
# Azure ML only supports 3.7 and later.
9
9
- pip==22.3.1
10
- - python>=3.9 ,<3.10
10
+ - python>=3.8 ,<3.9
11
11
- matplotlib==3.7.1
12
12
- numpy>=1.21.6,<=1.23.5
13
13
- urllib3==1.26.7
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
# The python interpreter version.
8
8
# Currently Azure ML only supports 3.7 and later.
9
9
- pip==22.3.1
10
- - python>=3.9 ,<3.10
10
+ - python>=3.8 ,<3.9
11
11
- numpy>=1.21.6,<=1.23.5
12
12
- scipy==1.10.1
13
13
# TODO: Upgrade this requirement to 1.1.3 when azureml-responsibleai will
You can’t perform that action at this time.
0 commit comments