File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ channels:
866
866
Choose which Python version you want to use, and remove all other versions
867
867
868
868
` ` ` python
869
- myenv.python.conda_dependencies.remove_conda_package("python=3.6 ")
869
+ myenv.python.conda_dependencies.remove_conda_package("python=3.8 ")
870
870
```
871
871
872
872
::: moniker-end
@@ -1705,7 +1705,7 @@ Ensure that you have a working MPI installation (preference for MPI-3 support an
1705
1705
* If needed, follow these [steps on building MPI](https://mpi4py.readthedocs.io/en/stable/appendix.html#building-mpi-from-sources)
1706
1706
1707
1707
Ensure that you're using a compatible python version
1708
- * Azure Machine Learning requires Python 2.5 or 3.5+, but Python 3.7+ is recommended
1708
+ * Python 3.8+ is recommended due to older versions reaching end-of-life
1709
1709
* See [mpi4py installation](https://aka.ms/azureml/environment/install-mpi4py)
1710
1710
1711
1711
**Resources**
You can’t perform that action at this time.
0 commit comments