From 6e735ac2e500f939bad83910478639477a5fffda Mon Sep 17 00:00:00 2001 From: Nils Gudat Date: Mon, 5 Feb 2024 15:12:12 +0000 Subject: [PATCH] Bump version, compats --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0ac2d13..a751938 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SynthControl" uuid = "a73a6d50-3b99-11e9-2e1c-6f5007f3555d" authors = ["Nils "] -version = "0.4.2" +version = "0.4.3" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -24,11 +24,13 @@ TreatmentPanels = "7885c543-3ac4-48a3-abed-7a36d7ddb69f" [compat] CSV = "0.9, 0.10" DataFrames = "1" +GLM = "1" HiGHS = "1" JuMP = "1" PrecompileTools = "1" RecipesBase = "1" Reexport = "1" +StatsBase = "0.34" TreatmentPanels = "0.3, 0.4" julia = "1.6"