From 46ab5162eb48473dea616ad79d0f45e6d317dd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Sat, 4 Nov 2023 11:42:25 +0000 Subject: [PATCH] Add compat bounds for stdlibs --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 18a48ab2..4143cde5 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,8 @@ MeasurementsUnitfulExt = "Unitful" [compat] BaseType = "0.2" Calculus = "0.4.1, 0.5" +LinearAlgebra = "<0.0.1, 1" +Printf = "<0.0.1, 1" RecipesBase = "0.6.0, 0.7, 0.8, 1.0" Requires = "0.5.0, 1" julia = "1"