Skip to content

Commit

Permalink
deps: bump polars 🐻‍❄️ to 0.46.0 :feast:
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jan 27, 2025
1 parent ac33010 commit 275b2b8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 45 deletions.
100 changes: 60 additions & 40 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ mlua = { version = "0.10", features = [
num_cpus = "1"
odht = "0.3"
phf = { version = "0.11", features = ["macros"], optional = true }
polars = { version = "0.45", features = [
polars = { version = "0.46", features = [
"asof_join",
"avro",
"avx512",
Expand Down Expand Up @@ -201,7 +201,7 @@ polars = { version = "0.45", features = [
"streaming",
"timezones",
], optional = true }
polars-ops = { version = "0.45", optional = true }
polars-ops = { version = "0.46", optional = true }
publicsuffix = { version = "2.2", optional = true }
pyo3 = { version = "0.23", features = ["auto-initialize"], optional = true }
qsv-dateparser = "0.12"
Expand Down Expand Up @@ -347,10 +347,10 @@ textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8" }
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
# and the commit hash 52ea381)
# ================================
# QSV_POLARS_REV=py-1.21.0
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.21.0" }
# QSV_POLARS_REV=
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.21.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "e98e09b" }
polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.21.0" }
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.21.0" }
# polars-ops = { git = "https://github.com/pola-rs/polars", rev = "e98e09b" }

[features]
Expand Down

0 comments on commit 275b2b8

Please sign in to comment.