From 223b081ec4dbe4f78edd68ceccdca655e00dc6c0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 28 Jan 2025 00:57:57 +0000 Subject: [PATCH] CompatHelper: bump compat for OptimKit to 0.4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ff03b5efd..6bdd48fd8 100644 --- a/Project.toml +++ b/Project.toml @@ -28,11 +28,11 @@ BlockTensorKit = "0.1.1" Compat = "3.47, 4.10" DocStringExtensions = "0.9.3" HalfIntegers = "1.6.0" -KrylovKit = "0.8.3, 0.9.2" +KrylovKit = "0.8.3, 0.9.2" LinearAlgebra = "1.6" LoggingExtras = "~1.0" OhMyThreads = "0.7.0" -OptimKit = "0.3.1" +OptimKit = "0.3.1, 0.4" Pkg = "1" Plots = "1.40" Printf = "1"