Skip to content

Commit

Permalink
[CHORE] remove tokio-stream as dep (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 authored Jul 17, 2024
1 parent fe98e80 commit 11bd106
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion src/daft-local-execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ log = {workspace = true}
pyo3 = {workspace = true, optional = true}
snafu = {workspace = true}
tokio = {workspace = true}
tokio-stream = {workspace = true}

[features]
python = ["dep:pyo3", "common-error/python", "daft-dsl/python", "daft-io/python", "daft-micropartition/python", "daft-plan/python", "daft-scan/python"]
Expand Down

0 comments on commit 11bd106

Please sign in to comment.