Files
MachineLearningNotebooks/cli/myenv.yml
Jordan Edwards 302133852c Update myenv.yml
2018-09-24 14:01:11 -07:00

12 lines
362 B
YAML

name: project_environment
dependencies:
- python=3.6.2
- scikit-learn
- numpy
- pip:
# Required packages for AzureML execution, history, and data preparation.
- --index-url https://azuremlsdktestpypi.azureedge.net/sdk-release/Preview/E7501C02541B433786111FE8E140CAA1
- --extra-index-url https://pypi.python.org/simple
- azureml-defaults