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"