Skip to content

Commit

Permalink
Add python-dateutil as a dependency (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Sep 12, 2022
1 parent cc7af8a commit 4729424
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 03ce26f4e935f1a3d9d94c05de0bae338c88ac085a99ea9a546be1e59d5b0ba7

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv

Expand All @@ -25,12 +25,13 @@ requirements:
- cftime
- dask
- esmpy
- xesmf
- netcdf4
- numpy
- numba >=0.55.2
- numpy
- pandas
- python-dateutil
- xarray
- xesmf

test:
imports:
Expand Down

0 comments on commit 4729424

Please sign in to comment.