Skip to content

Commit 8767ac3

Browse files
committed
Remove the optional dependency on polars
as we use narwhals instead
1 parent 29c5700 commit 8767ac3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ dependencies = ["IPython", "pandas", "numpy", "narwhals>=1.18.3"]
3030
dynamic = ["version"]
3131

3232
[project.optional-dependencies]
33-
polars = ["polars", "pyarrow"]
3433
style = ["matplotlib"]
3534
samples = ["pytz", "world_bank_data"]
3635
widget = ["anywidget", "traitlets"]
37-
all = ["itables[polars,style,samples,widget]"]
36+
all = ["itables[style,samples,widget]"]
3837
test = [
3938
"itables[all]",
39+
# Polars
40+
"polars",
41+
"pyarrow",
4042
# Pytest
4143
"pytest",
4244
"pytest-cov",

0 commit comments

Comments
 (0)