Skip to content

Commit f6f3576

Browse files
authored
Create myenv.yml
1 parent 12f0306 commit f6f3576

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cli/myenv.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: project_environment
2+
dependencies:
3+
# The python interpreter version.
4+
# Currently Azure ML Workbench only supports 3.5.2 and later.
5+
- python=3.6.2
6+
- scikit-learn
7+
- numpy
8+
9+
- pip:
10+
# Required packages for AzureML execution, history, and data preparation.
11+
- --index-url https://azuremlsdktestpypi.azureedge.net/sdk-release/Preview/E7501C02541B433786111FE8E140CAA1
12+
- --extra-index-url https://pypi.python.org/simple
13+
- azureml-defaults

0 commit comments

Comments
 (0)