QuantumAnnealing.jl icon indicating copy to clipboard operation
QuantumAnnealing.jl copied to clipboard

simulate_de errors in Julia 1.10.4

Open zmorrell opened this issue 1 year ago • 1 comments

It is unclear whether this is being caused by the recent update of Julia to 1.10.4 or if it was caused by an update from OrdinaryDiffEq.jl. This needs to be fixed ASAP

zmorrell avatar Jun 20 '24 22:06 zmorrell

I agree we should get this fixed right away.

One quick fix would be to change the version bound requirements to keep the deps on previous versions that were working.

The better long term fix is to make everything compatible with the latest versions of the deps.

ccoffrin avatar Jun 26 '24 02:06 ccoffrin

Resolved by #50

zmorrell avatar Oct 17 '24 14:10 zmorrell