File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
how-to-use-azureml/automated-machine-learning Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments