From 026f3d9964e5cb5259d0c906b72b4bcdfadbacbf Mon Sep 17 00:00:00 2001 From: Sebastian Stock <42280794+sostock@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:06:49 +0100 Subject: [PATCH] Add compat entries for stdlibs (#693) --- Project.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Project.toml b/Project.toml index e9c65f95..399b5648 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,12 @@ InverseFunctionsUnitfulExt = "InverseFunctions" [compat] Aqua = "0.6.3, 0.7" ConstructionBase = "1" +Dates = "<0.0.1, 1" InverseFunctions = "0.1" +LinearAlgebra = "<0.0.1, 1" +REPL = "<0.0.1, 1" +Random = "<0.0.1, 1" +Test = "<0.0.1, 1" julia = "1" [extras]