From 063308eb3119b270eb5f51801c34d761e01a571b Mon Sep 17 00:00:00 2001 From: Petr Krysl Date: Sun, 17 Nov 2024 10:55:39 -0800 Subject: [PATCH] update compat --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index bb4a9b5..3379bcb 100644 --- a/Project.toml +++ b/Project.toml @@ -21,12 +21,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] CoNCMOR = "^0.5" DataDrop = "^0.1" -FinEtools = "^8.0" +FinEtools = "^8" Krylov = "^0.9" LinearAlgebra = "^1.10" -LinearOperators = "^2.8" +LinearOperators = "^2.9" MPI = "^0.20" Metis = "^1.4" +OrderedCollections = "^1.6" ShellStructureTopo = "^0.6" SparseArrays = "^1.10" Statistics = "^1.10"