Skip to content

Commit

Permalink
fix some things?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Oct 23, 2024
1 parent 85ad3cc commit 8bdb157
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 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.

2 changes: 0 additions & 2 deletions src/daft-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ daft-hash = {workspace = true, features = ["python"]}
daft-image = {path = "../daft-image", default-features = false}
daft-io = {path = "../daft-io", default-features = false}
futures = {workspace = true}
mur3 = {workspace = true}
paste = "1.0.15"
pyo3 = {workspace = true, optional = true}
sha1 = "0.11.0-pre.4"
tiktoken-rs = {workspace = true}
tokio = {workspace = true}
typetag = "0.2.16"
Expand Down
1 change: 0 additions & 1 deletion src/daft-minhash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name = "minhash"

[dependencies]
fastrand = "2.1.0"
mur3 = "0.1.0"
common-error.workspace = true

[dev-dependencies]
Expand Down

0 comments on commit 8bdb157

Please sign in to comment.