Skip to content

Commit

Permalink
Packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Jun 15, 2024
1 parent aff0032 commit 7c693b8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
20 changes: 18 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ databricks-sql-connector = {version = ">=3", optional = true}
clickhouse-driver = { version = ">=0.2.7", optional = true }
clickhouse-connect = { version = ">=0.7.7", optional = true }
lancedb = { version = ">=0.8.2", optional = true, markers = "python_version >= '3.9'", extras = ["emdeddings"] }
cohere = { version = ">=5.0.0", optional = true }
deltalake = { version = ">=0.17.4", optional = true }

[tool.poetry.extras]
Expand All @@ -104,7 +105,7 @@ qdrant = ["qdrant-client"]
databricks = ["databricks-sql-connector"]
clickhouse = ["clickhouse-driver", "clickhouse-connect", "s3fs", "gcsfs", "adlfs", "pyarrow"]
dremio = ["pyarrow"]
lancedb = ["lancedb", "pyarrow"]
lancedb = ["lancedb", "pyarrow", "cohere"]
deltalake = ["deltalake", "pyarrow"]

[tool.poetry.scripts]
Expand Down

0 comments on commit 7c693b8

Please sign in to comment.