From 4b66a84efd0288352ef7ba067edc0c303feafdda Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jul 2026 02:59:10 +0000 Subject: [PATCH] CompatHelper: bump compat for JLD2 to 0.6, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index de8efc5..9b507b9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ColBERT" uuid = "7e8ad7a6-05a9-45be-b784-576440ebc08e" -authors = ["Siddhant Chaudhary and contributors"] version = "0.1.0" +authors = ["Siddhant Chaudhary and contributors"] [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -18,10 +18,10 @@ Transformers = "21ca0261-441d-5938-ace7-c90938fde4d4" [compat] Flux = "0.14" -JLD2 = "0.4" -JSON = "0.21" +JLD2 = "0.4, 0.6" +JSON = "0.21" NeuralAttentionlib = "0.3" StatsBase = "0.34" -TextEncodeBase = "0.8" +TextEncodeBase = "0.8" Transformers = "0.3" julia = "1.10"