Skip to content

Commit 92015e1

Browse files
committed
Add tabulate dependency
1 parent f37bbc1 commit 92015e1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ci/recipe.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ requirements:
4646
- holoviews >= 1.22.0 # https://github.com/prefix-dev/rattler-build/issues/2326
4747
- pooch >=1.8.0
4848
- polars >=1.31.0
49+
- tabulate >=0.10.0
4950

5051
tests:
5152
- python:

pixi.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ cf_xarray = ">=0.8.6"
3535
cftime = ">=1.6.3"
3636
pooch = ">=1.8.0"
3737
polars = ">=1.31.0"
38+
tabulate = ">=0.10.0"
39+
3840

3941
[dependencies]
4042
parcels = { path = "." }

0 commit comments

Comments
 (0)