Skip to content

Commit

Permalink
chore(deps): Update polars requirement from 0.40 to 0.41.2 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Batch21 authored Jun 24, 2024
1 parent 4b21179 commit 9a4604e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ thiserror = "1.0.25"
num = "0.4.0"
float-cmp = "0.9.0"
ndarray = "0.15.3"
polars = { version = "0.40", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.14"
polars = { version = "0.41.2", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.15"
pyo3 = { version = "0.21", default-features = false }
pyo3-log = "0.10"
tracing = { version = "0.1", features = ["log"] }
Expand Down
1 change: 0 additions & 1 deletion pywr-schema/src/timeseries/align_and_resample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ pub fn align_and_resample(
[],
"time",
Duration::parse(model_duration_string.as_str()),
Duration::parse("0d"),
)?
.fill_null(FillNullStrategy::Forward(None))?
}
Expand Down

0 comments on commit 9a4604e

Please sign in to comment.