Skip to content

Commit

Permalink
fix ibis dep group
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Dec 6, 2024
1 parent bedfb05 commit ffb0ce1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ apache-airflow = {version = "^2.8.0", markers = "python_version < '3.12'"}
optional = true

[tool.poetry.group.ibis.dependencies]
ibis-framework = { version = ">=9.0.0", markers = "python_version >= '3.10'", optional = true, extras = ["duckdb", "postgres", "bigquery", "snowflake", "mssql", "clickhouse"]}
ibis-framework = { version = ">=9.0.0", markers = "python_version >= '3.10'", extras = ["duckdb", "postgres", "bigquery", "snowflake", "mssql", "clickhouse"]}

[tool.poetry.group.providers]
optional = true
Expand Down

0 comments on commit ffb0ce1

Please sign in to comment.