Files
MachineLearningNotebooks/how-to-use-azureml/deploy-to-local/myenv.yml
Roope Astala 8dbbb01b8a version 1.0.33
2019-04-26 13:44:15 -04:00

9 lines
158 B
YAML

name: project_environment
dependencies:
- python=3.6.2
- pip:
- azureml-defaults
- scikit-learn
- numpy
- inference-schema[numpy-support]