From 145891681ebfa772d9d2f0cd8964d448425ff2de Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Tue, 31 Oct 2023 16:46:06 +0100 Subject: [PATCH] Add bounds for stdlibs. --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index bc4f5bd3..211e94aa 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Adapt = "2.0, 3.0" GPUArraysCore = "= 0.1.5" LLVM = "3.9, 4, 5, 6" +LinearAlgebra = "1" +Printf = "1" +Random = "1" Reexport = "1" +Serialization = "1" Statistics = "1" julia = "1.8"