We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dc1228 + f344d41 commit 4eed9d5Copy full SHA for 4eed9d5
how-to-use-azureml/automated-machine-learning/automl_env.yml
@@ -11,11 +11,10 @@ dependencies:
11
12
- pip:
13
# Required packages for AzureML execution, history, and data preparation.
14
- - azureml-widgets~=latest
15
- - azureml-defaults~=latest
16
- - -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/latest/validated_win32_requirements.txt [--no-deps]
+ - azureml-widgets~=1.48.0
+ - azureml-defaults~=1.48.0
+ - -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.48.0/validated_win32_requirements.txt [--no-deps]
17
- matplotlib==3.6.2
18
- xgboost==1.3.3
19
- arch==4.14
20
- mlflow-skinny==1.30.0
21
-
0 commit comments