Compare commits

..

2 Commits

Author SHA1 Message Date
Jeff Shepherd
12520400e5 Temporarily pin back to Python 3.8 2023-12-06 13:24:28 -08:00
jeff-shepherd
35614e83fa Merge pull request #1951 from Azure/release_update_stablev2/Release-200
update samples from Release-200 as a part of 1.54.0 SDK stable release
2023-11-22 18:24:05 -08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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