mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-20 09:37:04 -05:00
Compare commits
5 Commits
jeffshep/f
...
jeffshep/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcc882174b | ||
|
|
6872d8a3bb | ||
|
|
a2cb4c3589 | ||
|
|
15008962b2 | ||
|
|
9414b51fac |
@@ -9,18 +9,19 @@ dependencies:
|
|||||||
- pip==22.3.1
|
- pip==22.3.1
|
||||||
- python>=3.8,<3.9
|
- python>=3.8,<3.9
|
||||||
- holidays==0.10.3
|
- holidays==0.10.3
|
||||||
- conda-forge::fbprophet==0.7.1
|
- pandas==1.3.5
|
||||||
- pandas==1.1.5
|
- scipy==1.10.1
|
||||||
- scipy==1.5.3
|
|
||||||
- Cython==0.29.14
|
- Cython==0.29.14
|
||||||
- tqdm==4.66.1
|
- tqdm==4.66.1
|
||||||
|
- scikit-learn<1.1
|
||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
# Required packages for AzureML execution, history, and data preparation.
|
# Required packages for AzureML execution, history, and data preparation.
|
||||||
- azureml-widgets~=1.53.0
|
- azureml-widgets~=1.53.0
|
||||||
- azureml-defaults~=1.53.0
|
- azureml-defaults~=1.53.0
|
||||||
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0/validated_win32_requirements.txt [--no-deps]
|
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2/validated_win32_requirements.txt [--no-deps]
|
||||||
- matplotlib==3.7.1
|
- matplotlib==3.7.1
|
||||||
- xgboost==1.3.3
|
- xgboost==1.3.3
|
||||||
- cmdstanpy==0.9.5
|
- prophet==1.1.4
|
||||||
|
- cmdstanpy==1.1.0
|
||||||
- setuptools-git==1.2
|
- setuptools-git==1.2
|
||||||
|
|||||||
@@ -9,17 +9,18 @@ dependencies:
|
|||||||
- pip==22.3.1
|
- pip==22.3.1
|
||||||
- python>=3.8,<3.9
|
- python>=3.8,<3.9
|
||||||
- matplotlib==3.7.1
|
- matplotlib==3.7.1
|
||||||
- numpy>=1.21.6,<=1.22.3
|
- numpy==1.22.3
|
||||||
- cython==0.29.14
|
- cython==0.29.14
|
||||||
- urllib3==1.26.7
|
- urllib3==1.26.7
|
||||||
- scipy>=1.4.1,<=1.5.3
|
- scipy==1.10.1
|
||||||
- scikit-learn==1.1.0
|
- scikit-learn==1.1.3
|
||||||
- py-xgboost<=1.3.3
|
- py-xgboost<=1.3.3
|
||||||
- holidays==0.10.3
|
- holidays==0.10.3
|
||||||
- conda-forge::fbprophet==0.7.1
|
- conda-forge::prophet==1.1.4
|
||||||
- pytorch::pytorch=1.11.0
|
- pytorch::pytorch=1.11.0
|
||||||
- cudatoolkit=10.1.243
|
- cudatoolkit=10.1.243
|
||||||
- notebook
|
- notebook
|
||||||
|
- scikit-learn<1.1
|
||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
# Required packages for AzureML execution, history, and data preparation.
|
# Required packages for AzureML execution, history, and data preparation.
|
||||||
@@ -29,4 +30,4 @@ dependencies:
|
|||||||
- spacy==2.2.4
|
- spacy==2.2.4
|
||||||
- pystan==2.19.1.1
|
- pystan==2.19.1.1
|
||||||
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
||||||
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0/validated_linux_requirements.txt [--no-deps]
|
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2/validated_linux_requirements.txt [--no-deps]
|
||||||
|
|||||||
@@ -8,11 +8,12 @@ dependencies:
|
|||||||
# Currently Azure ML only supports 3.7 and later.
|
# Currently Azure ML only supports 3.7 and later.
|
||||||
- pip==22.3.1
|
- pip==22.3.1
|
||||||
- python>=3.8,<3.9
|
- python>=3.8,<3.9
|
||||||
- numpy>=1.21.6,<=1.22.3
|
- numpy==1.22.3
|
||||||
- cython==0.29.14
|
- cython==0.29.14
|
||||||
- scipy>=1.4.1,<=1.5.3
|
- scipy==1.10.1
|
||||||
- scikit-learn==1.1.0
|
- scikit-learn==1.1.3
|
||||||
- holidays==0.10.3
|
- holidays==0.10.3
|
||||||
|
- scikit-learn<1.1
|
||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
# Required packages for AzureML execution, history, and data preparation.
|
# Required packages for AzureML execution, history, and data preparation.
|
||||||
@@ -21,8 +22,8 @@ dependencies:
|
|||||||
- pytorch-transformers==1.0.0
|
- pytorch-transformers==1.0.0
|
||||||
- spacy==2.2.4
|
- spacy==2.2.4
|
||||||
- pystan==2.19.1.1
|
- pystan==2.19.1.1
|
||||||
- fbprophet==0.7.1
|
- prophet==1.1.4
|
||||||
- xgboost==1.3.3
|
- xgboost==1.3.3
|
||||||
- matplotlib==3.7.1
|
- matplotlib==3.7.1
|
||||||
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
||||||
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0/validated_darwin_requirements.txt [--no-deps]
|
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2/validated_darwin_requirements.txt [--no-deps]
|
||||||
|
|||||||
Reference in New Issue
Block a user