From 53923d97976bd05de1629f7c7ac87f21f83878c7 Mon Sep 17 00:00:00 2001 From: Lars Hellemo Date: Wed, 19 Jun 2024 15:44:53 +0200 Subject: [PATCH] Add compat bound for SparseVariables --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d25259f..8c637d8 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ EMIExt = "EnergyModelsInvestments" [compat] EnergyModelsBase = "^0.8" EnergyModelsInvestments = "0.7" +SparseVariables = "0.7.3" JuMP = "1.5" TimeStruct = "^0.8" julia = "1.9"