Files
MachineLearningNotebooks/how-to-use-azureml/deployment/deploy-multi-model/myenv.yml
2019-11-01 14:48:01 +00:00

9 lines
158 B
YAML

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