From 4d3a98bb34499f2d84c04f01eac203a24cdabf99 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 9 Jan 2025 14:24:46 -0500 Subject: [PATCH] chore: update project version to 0.1.0 and dependencies to latest versions --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index cffe836..985b9dd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumCollocationCore" uuid = "2b384925-53cb-4042-a8d2-6faa627467e1" authors = ["Aaron Trowbridge and contributors"] -version = "0.0.1" +version = "0.1.0" [deps] Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0" @@ -27,16 +27,16 @@ Einsum = "0.4" ExponentialAction = "0.2" FiniteDiff = "2.26" ForwardDiff = "0.10" -Ipopt = "1.6" +Ipopt = "1.7" JLD2 = "0.5" Libdl = "1.10, 1.11" LinearAlgebra = "1.10, 1.11" -MathOptInterface = "1.33" +MathOptInterface = "1.34" NamedTrajectories = "0.2" PiccoloQuantumObjects = "0.1" Reexport = "1.2" SparseArrays = "1.10, 1.11" -Symbolics = "6.17" +Symbolics = "6.22" TestItemRunner = "1.0" TestItems = "1.0" TrajectoryIndexingUtils = "0.1"