File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tiktoken = ["dep:base64"]
2020aneubeck-daachorse = " 1.1.1"
2121base64 = { version = " 0.22" , optional = true }
2222fnv = " 1.0"
23- itertools = " 0.12 "
23+ itertools = " 0.14 "
2424rand = { version = " 0.8" , optional = true }
2525serde = { version = " 1" , features = [" derive" ] }
2626
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ edition = "2021"
55[dependencies ]
66bpe = { path = " ../../bpe" , features = [" rand" ] }
77bpe-openai = { path = " ../../bpe-openai" }
8- itertools = " 0.13 "
8+ itertools = " 0.14 "
99rand = " 0.8"
1010tiktoken-rs = " 0.6"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ evaluation = [
2626clap = { version = " 4" , optional = true , features = [" derive" ] }
2727fnv = " 1.0"
2828hyperloglogplus = { version = " 0.4" , optional = true }
29- itertools = " 0.13 "
29+ itertools = " 0.14 "
3030once_cell = " 1.18"
3131rand = { version = " 0.8" , optional = true }
3232rayon = { version = " 1.7" , optional = true }
You can’t perform that action at this time.
0 commit comments