8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db69b35 commit 38608b9Copy full SHA for 38608b9
plotly/Cargo.toml
@@ -50,8 +50,6 @@ image = "0.25"
50
itertools = ">=0.10, <0.15"
51
itertools-num = "0.1"
52
ndarray = "0.16"
53
-plotly_kaleido = { version = "0.12", path = "../plotly_kaleido", features = [
54
- "download",
55
-] }
+plotly_kaleido = { path = "../plotly_kaleido", features = ["download"] }
56
rand_distr = "0.4"
57
base64 = "0.22"
plotly_kaleido/Cargo.toml
@@ -27,7 +27,7 @@ dunce = "1.0"
27
28
29
[dev-dependencies]
30
-plotly_kaleido = { version = "0.12", path = ".", features = ["download"] }
+plotly_kaleido = { path = ".", features = ["download"] }
31
32
[build-dependencies]
33
zip = "2.1"
0 commit comments