Skip to content

Commit

Permalink
[UPDATE] default backend to duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
SothanaV committed May 16, 2024
1 parent f151b5b commit 0aec3d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -493,3 +493,6 @@ format-jinja = "{% if distance == 0 %}{{ base }}{% else %}{{ bump_version(base,
[build-system]
requires = ["poetry-core>=1.1.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.ibis]
default_backend = "duckdb"

0 comments on commit 0aec3d7

Please sign in to comment.