Skip to content

Commit 67c40d2

Browse files
committed
bump ndarray in examples
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent f538723 commit 67c40d2

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

examples/3d_charts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Michael Freeborn <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
ndarray = "0.16"
8+
ndarray = "0.17"
99
rand = "0.9"
1010
plotly = { path = "../../plotly" }
1111
plotly_utils = { path = "../plotly_utils" }

examples/basic_charts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Michael Freeborn <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
ndarray = "0.16"
8+
ndarray = "0.17"
99
plotly = { path = "../../plotly" }
1010
plotly_utils = { path = "../plotly_utils" }
1111
rand = "0.9"

examples/customization/multiple_plots_example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
plotly = { path = "../../../plotly" }
88
plotly_utils = { path = "../../plotly_utils" }
99
build_html = "2.5.0"
10-
ndarray = "0.16"
10+
ndarray = "0.17"

examples/downsampling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Andrei Gherghescu [email protected]"]
55
edition = "2021"
66

77
[dependencies]
8-
ndarray = "0.16"
8+
ndarray = "0.17"
99
minmaxlttb = "0.1"
1010
csv = "1.3"
1111
plotly = { path = "../../plotly" }

examples/images/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ edition = "2021"
66

77
[dependencies]
88
image = "0.25"
9-
ndarray = "0.16"
9+
ndarray = "0.17"
1010
plotly = { path = "../../plotly", features = [
1111
"plotly_image",
1212
"plotly_ndarray",
1313
] }
1414

15-
plotly_utils = { path = "../plotly_utils" }
15+
plotly_utils = { path = "../plotly_utils" }

examples/ndarray/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = ["Michael Freeborn <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
ndarray = "0.16"
8+
ndarray = "0.17"
99
plotly = { path = "../../plotly", features = ["plotly_ndarray"] }
1010
plotly_utils = { path = "../plotly_utils" }

examples/shapes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Michael Freeborn <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
ndarray = "0.16"
8+
ndarray = "0.17"
99
plotly = { path = "../../plotly" }
1010
plotly_utils = { path = "../plotly_utils" }
1111
rand = "0.9"

examples/statistical_charts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Michael Freeborn <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
ndarray = "0.16"
8+
ndarray = "0.17"
99
plotly = { path = "../../plotly" }
1010
plotly_utils = { path = "../plotly_utils" }
1111
rand = "0.9"

examples/themes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Andrei Gherghescu [email protected]"]
55
edition = "2021"
66

77
[dependencies]
8-
ndarray = "0.16"
8+
ndarray = "0.17"
99
csv = "1.1"
1010
plotly = { path = "../../plotly" }
1111
plotly_utils = { path = "../plotly_utils" }

0 commit comments

Comments
 (0)