From 566039d86051a4a7673858a189c18ad8a1a6cdf6 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Sun, 24 Dec 2023 16:54:57 +0100 Subject: [PATCH] Add version bounds for std libs --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d94c5a5..5cacfb5 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ ChangesOfVariablesInverseFunctionsExt = "InverseFunctions" [compat] InverseFunctions = "0.1" +LinearAlgebra = "<0.0.1, 1" julia = "1" [extras]