From 56832b0eb55a6abdb80b5010d50b7c1cfcc48f1c Mon Sep 17 00:00:00 2001 From: mitchphillipson Date: Fri, 8 Sep 2023 09:26:52 -0500 Subject: [PATCH] Removing JuMP as dependency --- src/GamsStructure.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GamsStructure.jl b/src/GamsStructure.jl index ede1c4d..bab7355 100644 --- a/src/GamsStructure.jl +++ b/src/GamsStructure.jl @@ -2,7 +2,6 @@ module GamsStructure using CSV -using JuMP.Containers using CSV using MacroTools using JSON