File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 44# Adapted from the conda forge recipe
55context :
66 name : parcels
7- version : 4.0.0alpha0 # The last number here needs to be bumped for each new alpha release
7+ version : 4.0.0alpha1 # The last number here needs to be bumped for each new alpha release
88
99package :
1010 name : ${{ name|lower }}
@@ -40,6 +40,8 @@ requirements:
4040 - trajan
4141 - tqdm
4242 - xarray >=0.10.8
43+ - cf_xarray
44+ - xgcm
4345 - zarr >=2.11.0,!=2.18.0,<3
4446 - uxarray>=2025.3.0
4547 - pyogrio # needed for geopandas (uxarray -> geoviews -> geopandas -> pyogrio, but for some reason conda doesn't pick it up automatically)
Original file line number Diff line number Diff line change 1+ name : Publish alpha version of Parcels
2+
13on :
24 workflow_dispatch :
35
You can’t perform that action at this time.
0 commit comments