Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Sep 10, 2024
1 parent 476f6a3 commit 205f27b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions src/arrow2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ ahash = "0.8"
arrow-array = {version = "=51.0.0", optional = true}
# Support conversion to/from arrow-rs
arrow-buffer = {version = "=51.0.0", optional = true}
arrow-data = {version = "=51.0.0", optional = true}
arrow-format = {version = "0.8", optional = true, features = ["ipc"]}
arrow-schema = {version = "=51.0.0", optional = true}
# to read IPC as a stream
async-stream = {version = "0.3.2", optional = true}
# avro support
Expand Down Expand Up @@ -98,7 +96,7 @@ tokio = {version = "1", features = ["macros", "rt", "fs", "io-util"]}
tokio-util = {version = "0.7", features = ["compat"]}

[features]
arrow = ["arrow-buffer", "arrow-schema", "arrow-data", "arrow-array"]
arrow = ["arrow-buffer", "arrow-array"]
benchmarks = ["rand"]
compute = [
"compute_aggregate",
Expand Down
2 changes: 0 additions & 2 deletions src/daft-csv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[dependencies]
arrow2 = {workspace = true, features = ["io_csv", "io_csv_async"]}
async-compat = {workspace = true}
async-compression = {workspace = true}
async-stream = {workspace = true}
common-error = {path = "../common/error", default-features = false}
common-py-serde = {path = "../common/py-serde", default-features = false}
Expand All @@ -19,7 +18,6 @@ serde = {workspace = true}
snafu = {workspace = true}
tokio = {workspace = true}
tokio-util = {workspace = true}
url = {workspace = true}

[dev-dependencies]
rstest = {workspace = true}
Expand Down

0 comments on commit 205f27b

Please sign in to comment.