From 687c65eb50020d24ffc4c0b2fb5578a902c37649 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 26 Feb 2025 00:51:51 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedTrajectories to 0.3, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index aa43f53..ac83433 100644 --- a/Project.toml +++ b/Project.toml @@ -28,17 +28,17 @@ FiniteDiff = "2.27" ForwardDiff = "0.10" Ipopt = "1.7" JLD2 = "0.5" +Libdl = "1.10, 1.11" +LinearAlgebra = "1.10, 1.11" MathOptInterface = "1.36" -NamedTrajectories = "0.2" +NamedTrajectories = "0.2, 0.3" PiccoloQuantumObjects = "0.3" Reexport = "1.2" +SparseArrays = "1.10, 1.11" TestItemRunner = "1.1" TestItems = "1.0" TrajectoryIndexingUtils = "0.1" julia = "1.10, 1.11" -Libdl = "1.10, 1.11" -LinearAlgebra = "1.10, 1.11" -SparseArrays = "1.10, 1.11" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"