Separate REQUIRE for deps/build.jl

This seems intimately related to Different requirements for packages, using, building, and testing


I just don’t think it seems very DRY to have N REQUIRE files for the different ways you want to run your code.

Why not just one REQUIRE file with environment specifications built in?

Then you don’t have to keep moving code to different files every time you want to slide packages around

1 Like