fix polars compile warnings (#3501)

This commit is contained in:
Darren Schroeder 2021-05-27 12:30:46 -05:00 committed by GitHub
parent 48171f8e24
commit e0f083d117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,15 +24,7 @@ num-integer = "0.1.44"
num-traits = "0.2.14"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11.5"
[dependencies.polars]
version = "0.13.4"
optional = true
# implement conversions
serde_json = "1.0"
serde_yaml = "0.8.16"
toml = "0.5.8"
polars = {version = "0.13.4", optional = true}
[features]
dataframe = ["polars"]