Skip to content

Commit 0f9bbf2

Browse files
andrei-ngsjackman
andcommitted
permit itertools versions 0.10, 0.11, or 0.12.
Co-authored-by: Shaun Jackman <[email protected]>
1 parent eb76702 commit 0f9bbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true }
4141
[dev-dependencies]
4242
csv = "1.1.6"
4343
image = "0.24.4"
44-
itertools = "0.12.1"
44+
itertools = ">=0.10, <0.13"
4545
itertools-num = "0.1.3"
4646
ndarray = "0.15.4"
4747
plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido" }

0 commit comments

Comments
 (0)