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 1/2] 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" From 53274c05212a93bd3ff56df0452c04e6e0b8b0be Mon Sep 17 00:00:00 2001 From: "Tamas K. Papp" Date: Mon, 30 Oct 2023 16:56:36 +0100 Subject: [PATCH 2/2] Update Project.toml Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com> --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 10bc7cc..4107c5a 100644 --- a/Project.toml +++ b/Project.toml @@ -13,11 +13,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ChainRulesCore = "0.10.3, 1" -LinearAlgebra = "1" -Printf = "1" -Random = "1" +LinearAlgebra = "<0.0.1, 1" +Printf = "<0.0.1, 1" +Random = "<0.0.1, 1" Richardson = "1.2" -SparseArrays = "1" +SparseArrays = "<0.0.1, 1" StaticArrays = "0.12, 1.0" julia = "1"