Skip to content

Commit

Permalink
Merge pull request #41 from sunsided/dependabot/cargo/plotters-0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
2 parents 9c70d28 + fe19a8e commit 1ff7979
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 37 deletions.
49 changes: 13 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ num-traits = "0.2.19"
async-compression = { version = "0.4.12", features = ["gzip", "tokio"], optional = true }
glob = { version = "0.3.1", optional = true }
polars = { version = "0.41.3", optional = true, default-features = false, features = ["csv", "lazy", "fmt", "polars-ops", "asof_join", "ndarray"] }
plotters = { version = "0.3.6", optional = true }
plotters = { version = "0.3.7", optional = true }
itertools = { version = "0.13.0", optional = true }
colorgrad = { version = "0.6.2", optional = true }
ndarray = { version = "0.16.1", optional = true }
Expand Down

0 comments on commit 1ff7979

Please sign in to comment.