Skip to content

Commit 0759d57

Browse files
authoredNov 6, 2023
Fix ODE compatibility issues for now (#607)
* Fix ODE compatibility issues for now * bump compat version down minor version, attempt to fix Krylov solver problems
1 parent bf0c4a5 commit 0759d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/BloqadeODE/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BloqadeMIS = "0.1"
2727
Configurations = "0.17"
2828
DiffEqBase = "6"
2929
DiffEqCallbacks = "2"
30-
OrdinaryDiffEq = "6"
30+
OrdinaryDiffEq = "< 6.57.0"
3131
Reexport = "1"
3232
SciMLBase = "1"
3333
Yao = "0.8"

0 commit comments

Comments
 (0)
Please sign in to comment.