From fea3af4c8155c441856c6f9c92ee0e712399cdf1 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Polanco Date: Mon, 19 Feb 2024 14:42:49 +0100 Subject: [PATCH] Project.toml: add compat entries for stdlibs --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index d5a86785..50c4e24d 100644 --- a/Project.toml +++ b/Project.toml @@ -20,8 +20,11 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" ArrayLayouts = "1" BandedMatrices = "0.17, 1" FastGaussQuadrature = "0.5, 1" +LinearAlgebra = "1.8" PrecompileTools = "1.0" +Random = "1.8" Reexport = "1.0" +SparseArrays = "1.8" Static = "0.8" StaticArrays = "1.0" StaticArraysCore = "1.4"