py-azureml-sdk: Python 3.9 not yet supported (#22388)

This commit is contained in:
Adam J. Stewart 2021-03-20 07:08:58 -05:00 committed by GitHub
parent e1abb5cbc8
commit d4516057e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@ class PyAzuremlSdk(Package):
version('1.8.0', sha256='61107db1403ce2c1a12064eb0fa31a1d075debbf32dd17cb93b7639b615b7839', expand=False)
extends('python')
depends_on('python@3.5:3.999', type=('build', 'run'))
# https://github.com/Azure/MachineLearningNotebooks/issues/1285
depends_on('python@3.5:3.8.999', type=('build', 'run'))
depends_on('py-pip', type='build')
depends_on('py-azureml-core@1.23.0:1.23.999', when='@1.23.0', type=('build', 'run'))