Skip to content

Commit

Permalink
Make polars an optional dependency
Browse files Browse the repository at this point in the history
Fixes #1504 that, by mistake, added polars as a required dependency
when adding stream.iter_polars.
  • Loading branch information
gbolmier committed May 20, 2024
1 parent 6dfba3b commit 2fe3892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ python = "^3.9"
numpy = "^1.23.0"
scipy = "^1.12.1"
pandas = "^2.1"
polars = "^0.20.8"

[tool.poetry.group.dev.dependencies]
graphviz = "^0.20.1"
Expand All @@ -51,6 +50,7 @@ ipython = "^8.17.2"
rich = "^13.6.0"
jupyter = "^1.0.0"
mike = "^2.0.0"
polars = "^0.20.8"

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

0 comments on commit 2fe3892

Please sign in to comment.