Skip to content

Commit

Permalink
Setup: Add polars as a depedendcy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianolorenti committed Jun 17, 2024
1 parent 02e1238 commit 7911202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ dependencies = [
"antropy >= 0.1.5",
"uncertainties >= 3.1",
"PyWavelets >= 1.3",
"pydantic >= 1.0.0,<3.0.0"
"pydantic >= 1.0.0,<3.0.0",
"polars >= 0.20.31"
]


Expand Down

0 comments on commit 7911202

Please sign in to comment.