Skip to content

Commit d077271

Browse files
committed
fix(deps): add polars to depenencies
1 parent ad8a496 commit d077271

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ dependencies = [
3232
"pymoo",
3333
"fire",
3434
"ipywidgets",
35-
"tqdm"
35+
"tqdm",
36+
"polars",
3637
]
3738

3839
requires-python = ">=3.9"

0 commit comments

Comments
 (0)