From fd2385851063d3fa99d24a07c4a11b79fdd05277 Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Sun, 26 Nov 2023 20:15:42 +0000 Subject: [PATCH] stdlib compat bounds --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index 0e05862aef..b89b99dfc0 100644 --- a/Project.toml +++ b/Project.toml @@ -22,6 +22,10 @@ EnzymeCore = "0.6.4" Enzyme_jll = "0.0.94" GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25" LLVM = "6.1" +Libdl = "1.6" +LinearAlgebra = "1.6" ObjectFile = "0.4" Preferences = "1.4" +Printf = "1.6" +Random = "1.6" julia = "1.6"