File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
how-to-use-azureml/automated-machine-learning Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ dependencies:
99- pip==22.3.1
1010- python>=3.8,<3.9
1111- holidays==0.10.3
12- - conda-forge::fbprophet==0.7.1
13- - pandas==1.1.5
14- - scipy==1.5.3
12+ - pandas==1.3.5
13+ - scipy==1.10.1
1514- Cython==0.29.14
1615- tqdm==4.66.1
1716
1817- pip :
1918 # Required packages for AzureML execution, history, and data preparation.
2019 - azureml-widgets~=1.53.0
2120 - azureml-defaults~=1.53.0
22- - -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0 /validated_win32_requirements.txt [--no-deps]
21+ - -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2 /validated_win32_requirements.txt [--no-deps]
2322 - matplotlib==3.7.1
2423 - xgboost==1.3.3
25- - cmdstanpy==0.9.5
24+ - prophet==1.1.4
25+ - cmdstanpy==1.1.0
2626 - setuptools-git==1.2
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ dependencies:
99- pip==22.3.1
1010- python>=3.8,<3.9
1111- matplotlib==3.7.1
12- - numpy>=1.21.6,< =1.22.3
12+ - numpy= =1.22.3
1313- cython==0.29.14
1414- urllib3==1.26.7
15- - scipy>=1.4.1,< =1.5.3
16- - scikit-learn==1.1.0
15+ - scipy= =1.10.1
16+ - scikit-learn==1.1.3
1717- py-xgboost<=1.3.3
1818- holidays==0.10.3
19- - conda-forge::fbprophet==0.7.1
19+ - conda-forge::prophet==1.1.4
2020- pytorch::pytorch=1.11.0
2121- cudatoolkit=10.1.243
2222- notebook
@@ -29,4 +29,4 @@ dependencies:
2929 - spacy==2.2.4
3030 - pystan==2.19.1.1
3131 - https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
32- - -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0 /validated_linux_requirements.txt [--no-deps]
32+ - -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2 /validated_linux_requirements.txt [--no-deps]
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ dependencies:
88 # Currently Azure ML only supports 3.7 and later.
99- pip==22.3.1
1010- python>=3.8,<3.9
11- - numpy>=1.21.6,< =1.22.3
11+ - numpy= =1.22.3
1212- cython==0.29.14
13- - scipy>=1.4.1,< =1.5.3
14- - scikit-learn==1.1.0
13+ - scipy= =1.10.1
14+ - scikit-learn==1.1.3
1515- holidays==0.10.3
1616
1717- pip :
@@ -21,8 +21,8 @@ dependencies:
2121 - pytorch-transformers==1.0.0
2222 - spacy==2.2.4
2323 - pystan==2.19.1.1
24- - fbprophet==0.7.1
24+ - prophet==1.1.4
2525 - xgboost==1.3.3
2626 - matplotlib==3.7.1
2727 - https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
28- - -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0 /validated_darwin_requirements.txt [--no-deps]
28+ - -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2 /validated_darwin_requirements.txt [--no-deps]
You can’t perform that action at this time.
0 commit comments