File tree 3 files changed +15
-15
lines changed
how-to-use-azureml/automated-machine-learning
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ dependencies:
9
9
- pip==22.3.1
10
10
- python>=3.8,<3.9
11
11
- 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
15
14
- Cython==0.29.14
16
15
- tqdm==4.66.1
17
16
18
17
- pip :
19
18
# Required packages for AzureML execution, history, and data preparation.
20
19
- azureml-widgets~=1.53.0
21
20
- 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]
23
22
- matplotlib==3.7.1
24
23
- xgboost==1.3.3
25
- - cmdstanpy==0.9.5
24
+ - prophet==1.1.4
25
+ - cmdstanpy==1.1.0
26
26
- setuptools-git==1.2
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ dependencies:
9
9
- pip==22.3.1
10
10
- python>=3.8,<3.9
11
11
- matplotlib==3.7.1
12
- - numpy>=1.21.6,< =1.22.3
12
+ - numpy= =1.22.3
13
13
- cython==0.29.14
14
14
- 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
17
17
- py-xgboost<=1.3.3
18
18
- holidays==0.10.3
19
- - conda-forge::fbprophet==0.7.1
19
+ - conda-forge::prophet==1.1.4
20
20
- pytorch::pytorch=1.11.0
21
21
- cudatoolkit=10.1.243
22
22
- notebook
@@ -29,4 +29,4 @@ dependencies:
29
29
- spacy==2.2.4
30
30
- pystan==2.19.1.1
31
31
- 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:
8
8
# Currently Azure ML only supports 3.7 and later.
9
9
- pip==22.3.1
10
10
- python>=3.8,<3.9
11
- - numpy>=1.21.6,< =1.22.3
11
+ - numpy= =1.22.3
12
12
- 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
15
15
- holidays==0.10.3
16
16
17
17
- pip :
@@ -21,8 +21,8 @@ dependencies:
21
21
- pytorch-transformers==1.0.0
22
22
- spacy==2.2.4
23
23
- pystan==2.19.1.1
24
- - fbprophet==0.7.1
24
+ - prophet==1.1.4
25
25
- xgboost==1.3.3
26
26
- matplotlib==3.7.1
27
27
- 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