isic2024-scd Setup Create a conda environment. Modify the conda environment as needed. conda create -n isic2024_scd python=3.10 Activate the conda environment conda activate isic2024_scd Install the required packages poetry install --no-root --with dev,lint