Skip to content

Commit

Permalink
build: Adjust polars extras definition
Browse files Browse the repository at this point in the history
Fixes a warning from #381
  • Loading branch information
max-sixty committed May 6, 2024
1 parent dee2ec9 commit ca81a7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ duckdb-engine = ">=0.7,<0.13"
ipython = ">=8"
jupysql = ">=0.10"
pandas = ">=1.5"
polars = {version = ">= 0.20.23", optional = true}
prqlc = "^0.11.0"
traitlets = ">=5"
polars = { version = ">= 0.20.23", extras = ["polars"] }

[tool.poetry.extras]
polars = ["polars"]

[tool.poetry.dev-dependencies]
Sphinx = "~7.1"
Expand Down

0 comments on commit ca81a7e

Please sign in to comment.