mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 10:05:09 -05:00
9 lines
158 B
YAML
9 lines
158 B
YAML
name: project_environment
|
|
dependencies:
|
|
- python=3.6.2
|
|
- pip:
|
|
- azureml-defaults
|
|
- scikit-learn
|
|
- numpy
|
|
- inference-schema[numpy-support]
|