Skip to content

Commit

Permalink
ci: include optional dependencies for Polars backend in ibis-framewor…
Browse files Browse the repository at this point in the history
…k install (#3494)
  • Loading branch information
MarcoGorelli committed Jul 23, 2024
1 parent f2ac0a1 commit 0f16abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ all = [
dev = [
"hatch",
"ruff>=0.5.3",
"ibis-framework",
"ibis-framework[polars]",
"ipython",
"pandas>=0.25.3",
"pytest",
Expand Down Expand Up @@ -402,4 +402,4 @@ ignore_missing_imports = true
[tool.pyright]
extraPaths=["./tools"]
pythonPlatform="All"
pythonVersion="3.8"
pythonVersion="3.8"

0 comments on commit 0f16abb

Please sign in to comment.