From df57bf3bc5c5bb0126ca6cd607f26943599740dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20K=2E=20Papp?= Date: Mon, 30 Oct 2023 14:55:08 +0100 Subject: [PATCH] add compat entries for stdlibs --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index 671539e..10bc7cc 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ChainRulesCore = "0.10.3, 1" +LinearAlgebra = "1" +Printf = "1" +Random = "1" Richardson = "1.2" +SparseArrays = "1" StaticArrays = "0.12, 1.0" julia = "1"