From dc2c44a168f135f7d47b7bbfd26ea038ae120991 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Thu, 6 Feb 2025 08:27:12 +0100 Subject: [PATCH] bump KrilovKit (#587) --- GNNGraphs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNNGraphs/Project.toml b/GNNGraphs/Project.toml index e0d959e46..5baf95bf0 100644 --- a/GNNGraphs/Project.toml +++ b/GNNGraphs/Project.toml @@ -32,7 +32,7 @@ CUDA = "5" ChainRulesCore = "1" Functors = "0.5" Graphs = "1.4" -KrylovKit = "0.8" +KrylovKit = "0.8, 0.9" LinearAlgebra = "1" MLDataDevices = "1.0" MLDatasets = "0.7.18"