Skip to content

Commit a7785f6

Browse files
committed
deps: remove unneeded polars- crates
1 parent 9e87675 commit a7785f6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ polars = { version = "0.52", features = [
207207
"sql",
208208
"timezones",
209209
], optional = true }
210-
polars-ops = { version = "0.52", optional = true }
211-
polars-utils = { version = "0.52", optional = true }
212210
publicsuffix = { version = "2.2", optional = true }
213211
pyo3 = { version = "0.27", features = ["auto-initialize"], optional = true }
214212
qsv-dateparser = "0.13"
@@ -372,10 +370,6 @@ sled = { git = "https://github.com/dathere/sled", branch = "v0.34.7-bumped-parki
372370
# QSV_POLARS_REV=b44da8f
373371
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
374372
polars = { git = "https://github.com/pola-rs/polars", rev = "b44da8f" }
375-
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
376-
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "b44da8f" }
377-
# polars-utils = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
378-
polars-utils = { git = "https://github.com/pola-rs/polars", rev = "b44da8f" }
379373

380374
[features]
381375
default = ["mimalloc"]
@@ -424,7 +418,7 @@ geocode = [
424418
"sled",
425419
]
426420
luau = ["mlua", "sanitize-filename"]
427-
polars = ["dep:polars", "bytemuck", "dep:polars-ops", "dep:polars-utils"]
421+
polars = ["dep:polars", "bytemuck"]
428422
prompt = ["rfd"]
429423
python = ["pyo3"]
430424
to = ["csvs_convert"]

0 commit comments

Comments
 (0)