From b1daf9d109e1647497044ee418167cf7b5159bff Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Oct 2023 01:06:09 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c0ec43f..c8f92b6 100644 --- a/Project.toml +++ b/Project.toml @@ -11,8 +11,9 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" [compat] -MacroTools = "0.5" Crayons = "4" +Distributions = "0.25" +MacroTools = "0.5" julia = "1" [extras] From f2a0f51cd33a4ffbbd20bdeb1a2d2eb374b7985b Mon Sep 17 00:00:00 2001 From: JohannesNaegele <55059387+JohannesNaegele@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:44:49 +0100 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index fd415c9..fbdbf4c 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,6 @@ Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0" [compat] Crayons = "4" Distributions = "0.25" -MacroTools = "0.5" DataFrames = "1" MacroTools = "0.5" NLsolve = "4"