As of https://github.com/Project-MONAI/MONAI/pull/3584, we now have an `environment-dev.yml` file, meaning MONAI's dependencies can be installed with: `conda env create -f environment-dev.yml`. This functionality is currently untested, so it would be great to add this to our CI/CD pipelines.
As of #3584, we now have an
environment-dev.ymlfile, meaning MONAI's dependencies can be installed with:conda env create -f environment-dev.yml.This functionality is currently untested, so it would be great to add this to our CI/CD pipelines.