From f86586581b109a7eabcc512ee3cfc7b133b7105c Mon Sep 17 00:00:00 2001 From: PBrdng Date: Wed, 6 May 2026 22:37:10 +0200 Subject: [PATCH] update compat entries --- Project.toml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 917c3e9..5928bad 100644 --- a/Project.toml +++ b/Project.toml @@ -13,15 +13,12 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [compat] +LinearAlgebra = "1.12.0" Manifolds = "0.11.20" ManifoldsBase = "2.3.5" Manopt = "0.5.36" ProgressMeter = "1.11.0" -julia = "1.10" - -[extras] -Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[targets] -test = ["Statistics", "Test"] +Random = "1.11.0" +RecursiveArrayTools = "4.3" +TensorOperations = "5.6" +julia = "1.10" \ No newline at end of file