From e7aff4499bbf991fbe48de42d54c24d1de3adc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Galy-Fajou?= Date: Fri, 28 Jul 2023 17:59:33 +0200 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 85e4683..61b545d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Turkie" uuid = "8156cc02-0533-41cd-9345-13411ebe105f" authors = ["Théo Galy-Fajou and contributors"] -version = "0.1.13" +version = "0.1.14" [deps] ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" @@ -20,4 +20,4 @@ MCMCChains = "5" Makie = "0.17, 0.18, 0.19" OnlineStats = "1.5" Turing = "0.26, 0.27" -julia = "1.6" +julia = "1.7"