`DifferentialEquations.jl` and `KrylovKit.jl` not playing nice together

apparently, the problem was with another package Quantica.jl - having it installed forces KrylovKit.jl to install an older version which is incompatible with DifferentialEquations.jl… removing Quantica.jl let me install both KrylovKit.jl and DifferentialEquations.jl simultaneously without issues!

1 Like