Skip to content

Commit 35993e4

Browse files
authored
Updated the occurrences of py36 to py37
1 parent 7317774 commit 35993e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-auto-train-image-models-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Automated ML supports model training for computer vision tasks like image classi
4545
* [Install the `automl` package yourself](https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/tutorials/automl-with-azureml/README.md#setup-using-a-local-conda-environment), which includes the [default installation](/python/api/overview/azure/ml/install#default-install) of the SDK.
4646

4747
> [!NOTE]
48-
> Only Python 3.6 and 3.7 are compatible with automated ML support for computer vision tasks.
48+
> Only Python 3.7 and 3.8 are compatible with automated ML support for computer vision tasks.
4949
5050
## Select your task type
5151
Automated ML for images supports the following task types:

0 commit comments

Comments
 (0)