From ab60133dc5028f2585396bd99fdcf4b027fe16c0 Mon Sep 17 00:00:00 2001 From: lbonaldo Date: Wed, 21 Aug 2024 12:28:48 -0400 Subject: [PATCH] Update PrecompileTools dep in Project.toml --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index df8a039c0..cfc4e21a3 100644 --- a/Project.toml +++ b/Project.toml @@ -35,6 +35,7 @@ HiGHS = "1.1.4" JuMP = "1.1.1" LinearAlgebra = "1" MathOptInterface = "1.6.1" +PrecompileTools = "1" RecursiveArrayTools = "2.31.2, 3" Statistics = "1.4.0" StatsBase = "0.33.21, 0.34"