Skip to content

Commit

Permalink
chore(deps): Update float-cmp requirement from 0.9.0 to 0.10.0 (#255)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: float-cmp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 2b9b93e commit 890d6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1", features = ["derive", ] }
serde_json = "1.0"
thiserror = "1.0.25"
num = "0.4.0"
float-cmp = "0.9.0"
float-cmp = "0.10.0"
ndarray = "0.15.3"
polars = { version = "0.41.2", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.15"
Expand Down

0 comments on commit 890d6fb

Please sign in to comment.