Compare commits

...

2 Commits

Author SHA1 Message Date
vizhur
4ec9178d22 update samples from Release-46 as a part of SDK release 2020-05-11 21:48:31 +00:00
Harneet Virk
2aa7c53b0c Merge pull request #962 from Azure/release_update_stablev2/Release-11
update samples from Release-11 as a part of 1.5.0 SDK stable release
2020-05-11 12:42:32 -07:00
2 changed files with 10 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
name: automl_env_master
name: azure_automl
dependencies:
# The python interpreter version.
# Currently Azure ML only supports 3.5.2 and later.
@@ -12,22 +12,20 @@ dependencies:
- scipy==1.4.1
- scikit-learn>=0.19.0,<=0.20.3
- pandas>=0.22.0,<=0.23.4
- testpath=0.3.1
- py-xgboost<=0.90
- conda-forge::fbprophet==0.5
- pytorch::pytorch=1.4.0
- fbprophet==0.5
- pytorch=1.4.0
- cudatoolkit=10.1.243
- pip:
# Required packages for AzureML execution, history, and data preparation.
- --extra-index-url https://azuremlsdktestpypi.azureedge.net/sdk-release/master/588E708E0DF342C4A80BD954289657CF
- --extra-index-url https://dataprepdownloads.azureedge.net/pypi/weekly-rc-932B96D048E011E8B56608/latest/
- azureml-defaults<0.1.50
- azureml-defaults
- azureml-dataprep[pandas]
- azureml-train-automl<0.1.50
- azureml-train<0.1.50
- azureml-widgets<0.1.50
- azureml-pipeline<0.1.50
- azureml-train-automl
- azureml-train
- azureml-widgets
- azureml-pipeline
- pytorch-transformers==1.0.0
- spacy==2.1.8
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz

View File

@@ -16,7 +16,7 @@ dependencies:
- py-xgboost<=0.80
- conda-forge::fbprophet==0.5
- pytorch::pytorch=1.4.0
- cudatoolkit=10.1.243
- cudatoolkit=9.0
- pip:
# Required packages for AzureML execution, history, and data preparation.