Skip to content

Commit b755c80

Browse files
Update rattler-build recipe dependencies (#2258)
1 parent d6b6275 commit b755c80

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/ci/recipe.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Adapted from the conda forge recipe
55
context:
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

99
package:
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)

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Publish alpha version of Parcels
2+
13
on:
24
workflow_dispatch:
35

0 commit comments

Comments
 (0)