Create myenv.yml
This commit is contained in:
13
cli/myenv.yml
Normal file
13
cli/myenv.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: project_environment
|
||||
dependencies:
|
||||
# The python interpreter version.
|
||||
# Currently Azure ML Workbench only supports 3.5.2 and later.
|
||||
- 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
|
||||
Reference in New Issue
Block a user