Skip to content

Commit

Permalink
restrict SimpleNonlinearSolve to be compatible with SciMLBase (#613)
Browse files Browse the repository at this point in the history
* restrict SimpleNonlinearSolve to be compatible with SciMLBase

* Added nonlinear solve as dep
  • Loading branch information
johnzl-777 authored Nov 13, 2023
1 parent bc8e97e commit eb75d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/BloqadeODE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
Expand All @@ -30,6 +31,7 @@ DiffEqCallbacks = "2"
OrdinaryDiffEq = "< 6.57.0"
Reexport = "1"
SciMLBase = "1"
SimpleNonlinearSolve = "< 0.1.24"
Yao = "0.8"
YaoArrayRegister = "0.9"
YaoSubspaceArrayReg = "0.1"
Expand Down

0 comments on commit eb75d28

Please sign in to comment.