Skip to content

Commit

Permalink
bypass circular dependency on same version when publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
  • Loading branch information
andrei-ng committed Jan 2, 2025
1 parent db69b35 commit 0fcbbcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions plotly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ image = "0.25"
itertools = ">=0.10, <0.15"
itertools-num = "0.1"
ndarray = "0.16"
plotly_kaleido = { version = "0.12", path = "../plotly_kaleido", features = [
"download",
] }
plotly_kaleido = { path = "../plotly_kaleido", features = ["download"] }
rand_distr = "0.4"
base64 = "0.22"
2 changes: 1 addition & 1 deletion plotly_kaleido/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dunce = "1.0"
base64 = "0.22"

[dev-dependencies]
plotly_kaleido = { version = "0.12", path = ".", features = ["download"] }
plotly_kaleido = { path = ".", features = ["download"] }

[build-dependencies]
zip = "2.1"
Expand Down

0 comments on commit 0fcbbcb

Please sign in to comment.