From eb75d285d2580914280bfa2c53946e95100dc1bb Mon Sep 17 00:00:00 2001 From: John Long Date: Mon, 13 Nov 2023 13:52:46 -0500 Subject: [PATCH] restrict SimpleNonlinearSolve to be compatible with SciMLBase (#613) * restrict SimpleNonlinearSolve to be compatible with SciMLBase * Added nonlinear solve as dep --- lib/BloqadeODE/Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/BloqadeODE/Project.toml b/lib/BloqadeODE/Project.toml index c65cbf1d9..4ecb48fcd 100644 --- a/lib/BloqadeODE/Project.toml +++ b/lib/BloqadeODE/Project.toml @@ -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" @@ -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"