mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-19 23:20:01 +00:00
Update pyo3-polars dependency to version 0.18.0 and adjust polars features
This commit is contained in:
parent
19ff090508
commit
879aa2ebe3
13
Cargo.toml
13
Cargo.toml
@ -32,16 +32,23 @@ ndarray = { version = "*" }
|
||||
|
||||
pyo3 = { version = "*", features = ["extension-module", "abi3-py37"] }
|
||||
|
||||
pyo3-polars = { git = "https://github.com/Magnus167/pyo3-polars.git" }
|
||||
# pyo3-polars = { git = "https://github.com/Magnus167/pyo3-polars.git", features = [
|
||||
# "dtype-categorical",
|
||||
# ] }
|
||||
pyo3-polars = { version = "0.18.0" , features = [
|
||||
"dtype-categorical",
|
||||
"dtype-struct",
|
||||
] }
|
||||
|
||||
polars = { version = "^0.46.0", features = [
|
||||
polars = { version = "0.44.2", features = [
|
||||
"lazy",
|
||||
"temporal",
|
||||
"describe",
|
||||
"json",
|
||||
"parquet",
|
||||
"dtype-datetime",
|
||||
# "dtype-categorical",
|
||||
"dtype-categorical",
|
||||
"dtype-struct",
|
||||
"strings",
|
||||
"timezones",
|
||||
"ndarray",
|
||||
|
Loading…
x
Reference in New Issue
Block a user