From 5634a0244cc0f3b59f17c47c73d5ae349c6c8ad9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 May 2026 00:34:33 +0000 Subject: [PATCH] CompatHelper: bump compat for VLBILikelihoods to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3a6397a1..e5faf4ab 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Comrade" uuid = "99d987ce-9a1e-4df8-bc0b-1ea019aa547b" -authors = ["Paul Tiede "] version = "0.11.27" +authors = ["Paul Tiede "] [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -106,7 +106,7 @@ Tables = "1" TransformVariables = "^0.8.19" VLBIFiles = "0.4.16" VLBIImagePriors = "0.10.8" -VLBILikelihoods = "^0.2.6" +VLBILikelihoods = "^0.2.6, 0.3" VLBISkyModels = "^0.6.24" julia = "1.10"