Skip to content

Commit

Permalink
fix ibis version
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Dec 6, 2024
1 parent 71dca18 commit 6a132d4
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 37 deletions.
88 changes: 52 additions & 36 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 @@ -89,6 +89,7 @@ alembic = {version = ">1.10.0", optional = true}
paramiko = {version = ">=3.3.0", optional = true}
sqlglot = {version = ">=20.0.0", optional = true}
db-dtypes = { version = ">=1.2.0", optional = true }
ibis-framework = "9.5.0"

[tool.poetry.extras]
gcp = ["grpcio", "google-cloud-bigquery", "db-dtypes", "gcsfs"]
Expand Down Expand Up @@ -209,7 +210,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'", extras = ["duckdb", "postgres", "bigquery", "snowflake", "mssql", "clickhouse"]}
ibis-framework = { version = ">=9.0.0,<10.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 6a132d4

Please sign in to comment.