We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f0306 commit f6f3576Copy full SHA for f6f3576
cli/myenv.yml
@@ -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