From 3fcdf095b2b981edfc1256863c1b9299821e4a49 Mon Sep 17 00:00:00 2001 From: Henri Drake Date: Sat, 24 Oct 2020 15:05:16 -0400 Subject: [PATCH] Disable pyplot env variable (#55) * (Test) removed plotting functions * disable pyplot using JULIA_MARGO_LOAD_PYPLOT env variable * oops * clean Project.toml * comment * Removed Combinatorics from Project.toml * Upgraded to v0.1.4 Co-authored-by: Fons van der Plas --- Project.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 23d2c81..8acbeb9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,9 +1,8 @@ name = "ClimateMARGO" uuid = "d3f62095-a717-45bf-aadc-ac9dfc258fa6" -version = "0.1.3" +version = "0.1.4" [deps] -Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9" JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" @@ -11,7 +10,6 @@ PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" [compat] -Combinatorics = "1.0.2" Ipopt = "0.6.3" JSON2 = "0.3.2" JuMP = "0.21.4"