mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Disable fmt
feature of polars(-core)
(#12151)
In normal operations we don't display the dataframes directly. The `fmt` feature on `polars-core` pulls in the `comfy-table` crate with its own dependencies on `crossterm` and `strum(_macros)`. This has the chance to duplicate dependencies. (currently strum version divergence) Without this feature only the shapes should be displayed. May degrade the error output during testing.
This commit is contained in:
committed by
GitHub
parent
bb1fe958b4
commit
d3f22588f0
@ -39,7 +39,6 @@ features = [
|
||||
"cross_join",
|
||||
"csv",
|
||||
"cum_agg",
|
||||
"default",
|
||||
"dtype-categorical",
|
||||
"dtype-datetime",
|
||||
"dtype-struct",
|
||||
@ -60,8 +59,10 @@ features = [
|
||||
"serde",
|
||||
"serde-lazy",
|
||||
"strings",
|
||||
"temporal",
|
||||
"to_dummies",
|
||||
]
|
||||
default-features = false
|
||||
optional = true
|
||||
version = "0.37"
|
||||
|
||||
|
Reference in New Issue
Block a user