From 96945b1a1ef0be8842f231d08cb820f081d63234 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Wed, 29 Nov 2023 10:22:52 -0500 Subject: [PATCH] versions for Libdl and LinearAlgebra --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 64e8bd6..3b470ef 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,8 @@ CPUSummary = "0.1.1 - 0.1.8, 0.1.11, 0.2" HostCPUFeatures = "0.1" IfElse = "0.1" LayoutPointers = "0.1" +Libdl = "1" +LinearAlgebra = "1" SIMDTypes = "0.1" Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrayInterface = "1"