From d454e05735f89a0bcc9a2f4c711cc7421f5f797e Mon Sep 17 00:00:00 2001 From: franckgaga Date: Tue, 13 May 2025 08:46:19 -0400 Subject: [PATCH 1/4] changed: compat of `DAQP` to `0.6, 0.7` --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41f51401e..a87b2aefa 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35" [compat] ControlSystemsBase = "1.9" -DAQP = "0.6" +DAQP = "0.6, 0.7" DifferentiationInterface = "0.6.45, 0.7" Documenter = "1" FiniteDiff = "2" From 18ba98ec6ff2cdc5c8a953fb581df40a42ed4fe6 Mon Sep 17 00:00:00 2001 From: franckgaga Date: Tue, 13 May 2025 08:50:56 -0400 Subject: [PATCH 2/4] changed: bump the same in doc `Project.toml` --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 1d4371d0a..5525a8141 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -11,7 +11,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] ControlSystemsBase = "1" -DAQP = "0.6" +DAQP = "0.6, 0.7" Documenter = "1" JuMP = "1" LinearAlgebra = "1.10" From 8ccdc4a1c77bbecd12ffcc9103faf1c85bdd0d02 Mon Sep 17 00:00:00 2001 From: franckgaga Date: Tue, 13 May 2025 14:59:15 -0400 Subject: [PATCH 3/4] doc: bump DAQP compat --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 5525a8141..807528f7e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -11,7 +11,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] ControlSystemsBase = "1" -DAQP = "0.6, 0.7" +DAQP = "0.6, 0.7.1" Documenter = "1" JuMP = "1" LinearAlgebra = "1.10" From ffce52ea04d9e8d4082ebe7cb9f5b2c3ad41ccd7 Mon Sep 17 00:00:00 2001 From: franckgaga Date: Tue, 13 May 2025 15:00:43 -0400 Subject: [PATCH 4/4] test: bump DAQP compat for tests --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a87b2aefa..0ccb80e4c 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35" [compat] ControlSystemsBase = "1.9" -DAQP = "0.6, 0.7" +DAQP = "0.6, 0.7.1" DifferentiationInterface = "0.6.45, 0.7" Documenter = "1" FiniteDiff = "2"