From 19c4a5ccebdeb1c370f5b7effb823668b7a58f25 Mon Sep 17 00:00:00 2001 From: paraynaud Date: Fri, 19 Apr 2024 08:29:08 -0200 Subject: [PATCH] fix compat -> make test + doc work --- docs/Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index dc20bd1..85c3d50 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,3 +7,7 @@ PartitionedVectors = "9d5e22db-ddc8-46c9-8309-91b035e7f733" [compat] Documenter = "~0.27" +Krylov = "0.9.0" +LinearOperators = "2.4.0" +PartitionedStructures = "0.1.4, 0.1.5" +julia = "^1.6.0" \ No newline at end of file