DifferentialEquations Pkg won't be added

Have you tried increasing the resolver accuracy? It often works for me:

ENV["JULIA_PKGRESOLVE_ACCURACY"] = 10
Pkg.resolve()