# Conda environment specification. The dependencies defined in this file will # be automatically provisioned for runs with userManagedDependencies=False. # Details about the Conda environment file format: # https://conda.io/docs/user-guide/tasks/manage-environments.html#create-env-file-manually name: project_environment_pyodb dependencies: # The python interpreter version. # Currently Azure ML only supports 3.8 and later. - python=3.8.18 - pip: - pyodbc channels: - anaconda - conda-forge