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