From 99ad77f05bdf6c023b249025dbb8edc746d52b4f Mon Sep 17 00:00:00 2001 From: "Tamas K. Papp" Date: Tue, 31 Oct 2023 23:15:10 +0100 Subject: [PATCH] add compat entries for stdlibs (#229) * add compat entries for stdlibs * Update Project.toml Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com> --------- Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com> --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index 671539e..4107c5a 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ChainRulesCore = "0.10.3, 1" +LinearAlgebra = "<0.0.1, 1" +Printf = "<0.0.1, 1" +Random = "<0.0.1, 1" Richardson = "1.2" +SparseArrays = "<0.0.1, 1" StaticArrays = "0.12, 1.0" julia = "1"