Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Nov 18, 2024
1 parent c0bd97c commit c9b3c82
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

14 changes: 0 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ members = [
]

[workspace.dependencies]
ahash = "0.8.11"
anyhow = "1.0.89"
approx = "0.5.1"
async-compat = "0.2.3"
async-compression = {version = "0.4.12", features = [
Expand All @@ -194,26 +192,15 @@ chrono = "0.4.38"
chrono-tz = "0.8.4"
comfy-table = "7.1.1"
common-daft-config = {path = "src/common/daft-config"}
common-display = {path = "src/common/display"}
common-error = {path = "src/common/error", default-features = false}
common-file-formats = {path = "src/common/file-formats"}
daft-connect = {path = "src/daft-connect", default-features = false}
daft-core = {path = "src/daft-core"}
daft-dsl = {path = "src/daft-dsl"}
daft-hash = {path = "src/daft-hash"}
daft-local-execution = {path = "src/daft-local-execution"}
daft-local-plan = {path = "src/daft-local-plan"}
daft-logical-plan = {path = "src/daft-logical-plan"}
daft-micropartition = {path = "src/daft-micropartition"}
daft-physical-plan = {path = "src/daft-physical-plan"}
daft-scan = {path = "src/daft-scan"}
daft-schema = {path = "src/daft-schema"}
daft-sql = {path = "src/daft-sql"}
daft-table = {path = "src/daft-table"}
derivative = "2.2.0"
derive_builder = "0.20.2"
divan = "0.1.14"
dyn-clone = "1"
futures = "0.3.30"
html-escape = "0.2.13"
indexmap = "2.1.0"
Expand All @@ -233,7 +220,6 @@ rand = "^0.8"
rayon = "1.10.0"
regex = "1.10.4"
rstest = "0.18.2"
rustc-hash = "2.0.0"
serde_json = "1.0.116"
sha1 = "0.11.0-pre.4"
sketches-ddsketch = {version = "0.2.2", features = ["use_serde"]}
Expand Down
3 changes: 0 additions & 3 deletions src/daft-connect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[dependencies]
arrow2 = {workspace = true}
common-daft-config = {workspace = true, features = ["python"]}
daft-core = {workspace = true, features = ["python"]}
daft-local-execution = {workspace = true, features = ["python"]}
daft-local-plan = {workspace = true, features = ["python"]}
daft-logical-plan = {workspace = true, features = ["python"]}
daft-micropartition = {workspace = true, features = ["python"]}
daft-scan = {workspace = true, features = ["python"]}
daft-schema = {workspace = true, features = ["python"]}
daft-table = {workspace = true, features = ["python"]}
dashmap = "6.1.0"
eyre = "0.6.12"
Expand Down

0 comments on commit c9b3c82

Please sign in to comment.