From 133ca7d516f55da87b0c6f7a0f6d56d2f1ee221a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Jul 2026 02:49:32 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index de8efc5..15cb443 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" +JSON = "0.21, 1" NeuralAttentionlib = "0.3" StatsBase = "0.34" -TextEncodeBase = "0.8" +TextEncodeBase = "0.8" Transformers = "0.3" julia = "1.10"