Is there a way to conditionally indicate requirements in the REQUIRE file? Two examples:
1. the DistributedArrays package is a requirement in v0.4 but not in v0.3. As the maintainer of a package which requires this functionality what should my REQUIRE file say? 2. I want my package to use CUDArt/CUBLAS if installed on a gpu machine but not to break installation otherwise. Is there a right way to indicate this in the REQUIRE file? best, deniz
