From a4a22b282f073cec33c196a9ed69dcf20ffd0ca5 Mon Sep 17 00:00:00 2001 From: Noah Rhodes Date: Thu, 9 Nov 2023 11:51:17 -0600 Subject: [PATCH] Add stdlib compat bounds --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index d627c7c..245cc52 100644 --- a/Project.toml +++ b/Project.toml @@ -39,6 +39,9 @@ PowerModelsDistribution = "~0.11,~0.12,~0.13,~0.14" RecursiveArrayTools = "~2" Setfield = "~1" VegaLite = "^3" +LinearAlgebra = "^1" +Random = "^1" +Statistics = "^1" julia = "^1" [extras]