Skip to content

Commit 7165ed8

Browse files
committed
Remove unused dep
1 parent 8506382 commit 7165ed8

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

Cargo.lock

-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ common-tracing = {path = "src/common/tracing", default-features = false}
1212
common-version = {path = "src/common/version", default-features = false}
1313
daft-algebra = {path = "src/daft-algebra", default-features = false}
1414
daft-catalog = {path = "src/daft-catalog", default-features = false}
15-
daft-catalog-python-catalog = {path = "src/daft-catalog/python-catalog", optional = true}
1615
daft-compression = {path = "src/daft-compression", default-features = false}
1716
daft-connect = {path = "src/daft-connect", optional = true}
1817
daft-context = {path = "src/daft-context", default-features = false}
@@ -57,7 +56,6 @@ python = [
5756
"common-file-formats/python",
5857
"common-scan-info/python",
5958
"common-system-info/python",
60-
"daft-catalog-python-catalog/python",
6159
"daft-catalog/python",
6260
"daft-context/python",
6361
"daft-core/python",
@@ -81,7 +79,6 @@ python = [
8179
"daft-stats/python",
8280
"daft-recordbatch/python",
8381
"daft-writers/python",
84-
"dep:daft-catalog-python-catalog",
8582
"dep:daft-connect",
8683
"daft-connect/python",
8784
"dep:pyo3",

0 commit comments

Comments
 (0)