diff --git a/conda-notebook.yml b/conda-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..05aef2d7e9ac289a0338a57c809e9408ed8d04a1 --- /dev/null +++ b/conda-notebook.yml @@ -0,0 +1,16 @@ +name: workshop-env +channels: + - conda-forge +dependencies: + - python=3.8.5 + - matplotlib + - scikit-image + - numpy + - pandas + - ipykernel + - albumentations + - pytorch + - torchvision + - pip: + - azureml-sdk + - azureml-defaults \ No newline at end of file