From 4729424077cd67de2f2cef85821ae30ce4eb0d2c Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Mon, 12 Sep 2022 15:29:34 -0700 Subject: [PATCH] Add `python-dateutil` as a dependency (#12) --- recipe/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e28f0d1..5ad2cc4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 03ce26f4e935f1a3d9d94c05de0bae338c88ac085a99ea9a546be1e59d5b0ba7 build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . --no-deps -vv @@ -25,12 +25,13 @@ requirements: - cftime - dask - esmpy - - xesmf - netcdf4 - - numpy - numba >=0.55.2 + - numpy - pandas + - python-dateutil - xarray + - xesmf test: imports: