# this settings will be applied after running 'build.py'
# So, you can modify this file, if you need 



name: {aml conda env}
dependencies:
  # The python interpreter version.
  # Currently Azure ML Workbench only supports 3.5.2 and later.
  - python=3.9.16
  - pip

  - pip:
      # Base AzureML SDK
      - azureml-sdk

      # Must match AzureML SDK version.
      # https://docs.microsoft.com/en-us/azure/machine-learning/concept-environments
      - azureml-defaults
      - azure-storage-blob
      - pandas
      - numpy
      - loguru